From 1af6600934d1f723e5b492b8322e52a1144fb0af Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 28 Dec 2007 19:23:22 +0000 Subject: Include config.h. Bug #504721. 2007-12-28 Christian Persch * **/*.c: Include config.h. Bug #504721. svn path=/trunk/; revision=2787 --- (limited to 'backend/impress') 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 #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 #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 #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 #include #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 #include #include #include 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 #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 #include "common.h" #include "internal.h" #include 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 #include "common.h" #include "internal.h" #include 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 #include "common.h" #include "internal.h" #include 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 #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 #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 #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 #include "common.h" #include "zip.h" #include -- cgit v0.9.1