[gegl] examples: Don't include config.h in example programs
- From: Martin Nordholts <martinn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] examples: Don't include config.h in example programs
- Date: Tue, 11 May 2010 19:05:30 +0000 (UTC)
commit a54305a839e9943a6b42839f92320b1af658a0f1
Author: Martin Nordholts <martinn src gnome org>
Date: Sun May 9 14:27:39 2010 +0200
examples: Don't include config.h in example programs
Don't include config.h in example programs, they are supposed to be
compilable also outside of the source tree.
examples/2geglbuffer.c | 1 -
examples/gegl-paint.c | 1 -
examples/gegl-slicer.c | 1 -
examples/geglbuffer-add-image.c | 1 -
examples/geglbuffer-clock.c | 1 -
examples/hello-world-video.c | 1 -
examples/hello-world.c | 1 -
7 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/examples/2geglbuffer.c b/examples/2geglbuffer.c
index bf08a36..4cb0d45 100644
--- a/examples/2geglbuffer.c
+++ b/examples/2geglbuffer.c
@@ -1,4 +1,3 @@
-#include "config.h"
#include <stdlib.h>
#include <glib.h>
#include <gegl.h>
diff --git a/examples/gegl-paint.c b/examples/gegl-paint.c
index c78850c..6dfabbf 100644
--- a/examples/gegl-paint.c
+++ b/examples/gegl-paint.c
@@ -16,7 +16,6 @@
*/
#include <string.h>
-#include "config.h"
#include <glib.h>
#include <gegl.h>
#include <gtk/gtk.h>
diff --git a/examples/gegl-slicer.c b/examples/gegl-slicer.c
index a39d0c4..8c2b7fd 100644
--- a/examples/gegl-slicer.c
+++ b/examples/gegl-slicer.c
@@ -1,4 +1,3 @@
-#include "config.h"
#include <stdlib.h>
#include <gegl.h>
#include <string.h>
diff --git a/examples/geglbuffer-add-image.c b/examples/geglbuffer-add-image.c
index 09c3389..0e2174b 100644
--- a/examples/geglbuffer-add-image.c
+++ b/examples/geglbuffer-add-image.c
@@ -1,4 +1,3 @@
-#include "config.h"
#include <gegl.h>
#include <glib/gprintf.h>
#include <stdlib.h>
diff --git a/examples/geglbuffer-clock.c b/examples/geglbuffer-clock.c
index 6dd2656..f6f1ae9 100644
--- a/examples/geglbuffer-clock.c
+++ b/examples/geglbuffer-clock.c
@@ -1,4 +1,3 @@
-#include "config.h"
#include <stdlib.h>
#include <gegl.h>
#include <glib/gprintf.h>
diff --git a/examples/hello-world-video.c b/examples/hello-world-video.c
index 8a195b1..6337134 100644
--- a/examples/hello-world-video.c
+++ b/examples/hello-world-video.c
@@ -1,4 +1,3 @@
-#include "config.h"
#include <gegl.h>
#include <glib/gprintf.h>
diff --git a/examples/hello-world.c b/examples/hello-world.c
index 97358e3..411f37a 100644
--- a/examples/hello-world.c
+++ b/examples/hello-world.c
@@ -1,4 +1,3 @@
-#include "config.h"
#include <gegl.h>
#include <glib/gprintf.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]