summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/pixops
diff options
context:
space:
mode:
Diffstat (limited to 'gdk-pixbuf/pixops')
-rw-r--r--gdk-pixbuf/pixops/pixops.c2
-rw-r--r--gdk-pixbuf/pixops/timescale.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/gdk-pixbuf/pixops/pixops.c b/gdk-pixbuf/pixops/pixops.c
index 548d48ee1..633b5bc0b 100644
--- a/gdk-pixbuf/pixops/pixops.c
+++ b/gdk-pixbuf/pixops/pixops.c
@@ -1,6 +1,6 @@
+#include <config.h>
#include <math.h>
#include <glib.h>
-#include "config.h"
#include "pixops.h"
#include "pixops-internal.h"
diff --git a/gdk-pixbuf/pixops/timescale.c b/gdk-pixbuf/pixops/timescale.c
index bc890d437..94ed3cf13 100644
--- a/gdk-pixbuf/pixops/timescale.c
+++ b/gdk-pixbuf/pixops/timescale.c
@@ -1,3 +1,4 @@
+#include <config.h>
#include <glib.h>
#include <string.h>
#include <stdlib.h>