Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/impress
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2007-12-28 19:23:22 (GMT)
committer Christian Persch <chpe@src.gnome.org>2007-12-28 19:23:22 (GMT)
commit1af6600934d1f723e5b492b8322e52a1144fb0af (patch)
tree7c529b1eca33e3ada40c28ff5b54cb515a6fd008 /backend/impress
parent31e16bd8f386dc292e60489d4a17227804bdc2e6 (diff)
Include config.h. Bug #504721.
2007-12-28 Christian Persch <chpe@gnome.org> * **/*.c: Include config.h. Bug #504721. svn path=/trunk/; revision=2787
Diffstat (limited to 'backend/impress')
-rw-r--r--backend/impress/document.c1
-rw-r--r--backend/impress/f_oasis.c1
-rw-r--r--backend/impress/f_oo13.c1
-rw-r--r--backend/impress/iksemel.c1
-rw-r--r--backend/impress/impress-document.c1
-rw-r--r--backend/impress/r_back.c1
-rw-r--r--backend/impress/r_draw.c1
-rw-r--r--backend/impress/r_geometry.c1
-rw-r--r--backend/impress/r_gradient.c1
-rw-r--r--backend/impress/r_style.c1
-rw-r--r--backend/impress/r_text.c1
-rw-r--r--backend/impress/render.c1
-rw-r--r--backend/impress/zip.c1
13 files changed, 13 insertions, 0 deletions
diff --git a/backend/impress/document.c b/backend/impress/document.c
index 8ecbfae..b01c0e1 100644
--- a/backend/impress/document.c
+++ b/backend/impress/document.c
@@ -4,6 +4,7 @@
** modify it under the terms of GNU General Public License.
*/
+#include <config.h>
#include "common.h"
#include "internal.h"
diff --git a/backend/impress/f_oasis.c b/backend/impress/f_oasis.c
index 193cef8..8fe6ee1 100644
--- a/backend/impress/f_oasis.c
+++ b/backend/impress/f_oasis.c
@@ -4,6 +4,7 @@
** modify it under the terms of GNU General Public License.
*/
+#include <config.h>
#include "common.h"
#include "internal.h"
diff --git a/backend/impress/f_oo13.c b/backend/impress/f_oo13.c
index ce84132..7bfeeb5 100644
--- a/backend/impress/f_oo13.c
+++ b/backend/impress/f_oo13.c
@@ -4,6 +4,7 @@
** modify it under the terms of GNU General Public License.
*/
+#include <config.h>
#include "common.h"
#include "internal.h"
diff --git a/backend/impress/iksemel.c b/backend/impress/iksemel.c
index 6d24d43..91edcb3 100644
--- a/backend/impress/iksemel.c
+++ b/backend/impress/iksemel.c
@@ -33,6 +33,7 @@
** modify it under the terms of GNU Lesser General Public License.
*/
+#include <config.h>
#include <errno.h>
#include "common.h"
diff --git a/backend/impress/impress-document.c b/backend/impress/impress-document.c
index 687972b..52ae1cb 100644
--- a/backend/impress/impress-document.c
+++ b/backend/impress/impress-document.c
@@ -20,6 +20,7 @@
#include "config.h"
+#include <config.h>
#include <gtk/gtk.h>
#include <glib/gi18n.h>
#include <string.h>
diff --git a/backend/impress/r_back.c b/backend/impress/r_back.c
index 29a30bb..3f050d9 100644
--- a/backend/impress/r_back.c
+++ b/backend/impress/r_back.c
@@ -4,6 +4,7 @@
** modify it under the terms of GNU General Public License.
*/
+#include <config.h>
#include "common.h"
#include "internal.h"
diff --git a/backend/impress/r_draw.c b/backend/impress/r_draw.c
index 746afbd..aad1655 100644
--- a/backend/impress/r_draw.c
+++ b/backend/impress/r_draw.c
@@ -4,6 +4,7 @@
** modify it under the terms of GNU General Public License.
*/
+#include <config.h>
#include "common.h"
#include "internal.h"
#include <math.h>
diff --git a/backend/impress/r_geometry.c b/backend/impress/r_geometry.c
index 6662de6..4819821 100644
--- a/backend/impress/r_geometry.c
+++ b/backend/impress/r_geometry.c
@@ -4,6 +4,7 @@
** modify it under the terms of GNU General Public License.
*/
+#include <config.h>
#include "common.h"
#include "internal.h"
#include <math.h>
diff --git a/backend/impress/r_gradient.c b/backend/impress/r_gradient.c
index f6b9af2..df0e419 100644
--- a/backend/impress/r_gradient.c
+++ b/backend/impress/r_gradient.c
@@ -4,6 +4,7 @@
** modify it under the terms of GNU General Public License.
*/
+#include <config.h>
#include "common.h"
#include "internal.h"
#include <math.h>
diff --git a/backend/impress/r_style.c b/backend/impress/r_style.c
index 570c000..39ee9c6 100644
--- a/backend/impress/r_style.c
+++ b/backend/impress/r_style.c
@@ -4,6 +4,7 @@
** modify it under the terms of GNU General Public License.
*/
+#include <config.h>
#include "common.h"
#include "internal.h"
diff --git a/backend/impress/r_text.c b/backend/impress/r_text.c
index e08fd15..4b89bca 100644
--- a/backend/impress/r_text.c
+++ b/backend/impress/r_text.c
@@ -4,6 +4,7 @@
** modify it under the terms of GNU General Public License.
*/
+#include <config.h>
#include "common.h"
#include "internal.h"
diff --git a/backend/impress/render.c b/backend/impress/render.c
index 0338600..67b8075 100644
--- a/backend/impress/render.c
+++ b/backend/impress/render.c
@@ -4,6 +4,7 @@
** modify it under the terms of GNU General Public License.
*/
+#include <config.h>
#include "common.h"
#include "internal.h"
diff --git a/backend/impress/zip.c b/backend/impress/zip.c
index 7143aa1..6d06f10 100644
--- a/backend/impress/zip.c
+++ b/backend/impress/zip.c
@@ -4,6 +4,7 @@
** modify it under the terms of GNU General Public License.
*/
+#include <config.h>
#include "common.h"
#include "zip.h"
#include <zlib.h>