aboutsummaryrefslogtreecommitdiff
path: root/src/image.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-08-24 18:37:44 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:56 +0100
commitaf003a7bf9cc2f8b163ec4df44238d9f249d3943 (patch)
tree083942746e47e33f1008d7d1498c58a3a6b4e58d /src/image.c
parent1c68a9455e3ccbbb37a9e74914371f82a4ac588d (diff)
Move -D_GNU_SOURCE to a better place
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index 5bb47d24..d4d66712 100644
--- a/src/image.c
+++ b/src/image.c
@@ -10,7 +10,6 @@
*/
-#define _GNU_SOURCE 1
#include <stdlib.h>
#include <assert.h>
#include <math.h>