diff options
author | Gilles Dartiguelongue <gilles.dartiguelongue@esiee.org> | 2009-04-28 20:42:59 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-05-03 20:14:53 +0200 |
commit | e2de31df3a86600c7c43984470be2561d6217ef4 (patch) | |
tree | 012e67000641505af45618ba9abab2a694cb1131 /gconf | |
parent | 91cacef240d8ded67db835dd63a7f29966448311 (diff) | |
download | gconf-e2de31df3a86600c7c43984470be2561d6217ef4.tar.gz |
Bug 498934 - Change config.h include syntax
Change #include "config.h" to #include <config.h> according to
http://www.gnu.org/software/autoconf/manual/autoconf-2.57/html_node/autoconf_27.html
Diffstat (limited to 'gconf')
-rw-r--r-- | gconf/gconf-backend.c | 2 | ||||
-rw-r--r-- | gconf/gconf-changeset.c | 2 | ||||
-rw-r--r-- | gconf/gconf-client.c | 2 | ||||
-rw-r--r-- | gconf/gconf-database.c | 2 | ||||
-rw-r--r-- | gconf/gconf-error.c | 2 | ||||
-rw-r--r-- | gconf/gconf-internals.c | 2 | ||||
-rw-r--r-- | gconf/gconf-listeners.c | 2 | ||||
-rw-r--r-- | gconf/gconf-locale.c | 2 | ||||
-rw-r--r-- | gconf/gconf-sanity-check.c | 2 | ||||
-rw-r--r-- | gconf/gconf-schema.c | 2 | ||||
-rw-r--r-- | gconf/gconf-sources.c | 2 | ||||
-rw-r--r-- | gconf/gconf-value.c | 2 | ||||
-rw-r--r-- | gconf/gconftool.c | 2 | ||||
-rw-r--r-- | gconf/testclient.c | 2 | ||||
-rw-r--r-- | gconf/testgconfclient.c | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/gconf/gconf-backend.c b/gconf/gconf-backend.c index 1cc5ce2d..c11bb875 100644 --- a/gconf/gconf-backend.c +++ b/gconf/gconf-backend.c @@ -18,7 +18,7 @@ * Boston, MA 02110-1301, USA. */ -#include "config.h" +#include <config.h> #include "gconf-backend.h" #include "gconf-internals.h" #include <stdio.h> diff --git a/gconf/gconf-changeset.c b/gconf/gconf-changeset.c index 770090ff..c797d818 100644 --- a/gconf/gconf-changeset.c +++ b/gconf/gconf-changeset.c @@ -17,7 +17,7 @@ * Boston, MA 02110-1301, USA. */ -#include "config.h" +#include <config.h> #include "gconf-changeset.h" #include "gconf-internals.h" diff --git a/gconf/gconf-client.c b/gconf/gconf-client.c index 66a8c565..da050ecf 100644 --- a/gconf/gconf-client.c +++ b/gconf/gconf-client.c @@ -18,7 +18,7 @@ * Boston, MA 02110-1301, USA. */ -#include "config.h" +#include <config.h> #include <stdio.h> #include <string.h> diff --git a/gconf/gconf-database.c b/gconf/gconf-database.c index d04b875e..7ce2cc01 100644 --- a/gconf/gconf-database.c +++ b/gconf/gconf-database.c @@ -17,7 +17,7 @@ * Boston, MA 02110-1301, USA. */ -#include "config.h" +#include <config.h> #include "gconf-database.h" #include "gconf-listeners.h" #include "gconf-sources.h" diff --git a/gconf/gconf-error.c b/gconf/gconf-error.c index cc04fd69..18b09f7a 100644 --- a/gconf/gconf-error.c +++ b/gconf/gconf-error.c @@ -17,7 +17,7 @@ * Boston, MA 02110-1301, USA. */ -#include "config.h" +#include <config.h> #include "gconf-error.h" #include "gconf-internals.h" #include <stdarg.h> diff --git a/gconf/gconf-internals.c b/gconf/gconf-internals.c index c9e258cf..3d0fd07b 100644 --- a/gconf/gconf-internals.c +++ b/gconf/gconf-internals.c @@ -18,7 +18,7 @@ * Boston, MA 02110-1301, USA. */ -#include "config.h" +#include <config.h> #include "gconf-internals.h" #include "gconf-backend.h" #include "gconf-schema.h" diff --git a/gconf/gconf-listeners.c b/gconf/gconf-listeners.c index 710cf283..9c95bd0f 100644 --- a/gconf/gconf-listeners.c +++ b/gconf/gconf-listeners.c @@ -17,7 +17,7 @@ * Boston, MA 02110-1301, USA. */ -#include "config.h" +#include <config.h> #include "gconf-listeners.h" #include "gconf.h" diff --git a/gconf/gconf-locale.c b/gconf/gconf-locale.c index c6f1066b..e41fec65 100644 --- a/gconf/gconf-locale.c +++ b/gconf/gconf-locale.c @@ -17,7 +17,7 @@ * Boston, MA 02110-1301, USA. */ -#include "config.h" +#include <config.h> #include "gconf-locale.h" #include "gconf-internals.h" #include <sys/time.h> diff --git a/gconf/gconf-sanity-check.c b/gconf/gconf-sanity-check.c index 42f4d322..5d7caa13 100644 --- a/gconf/gconf-sanity-check.c +++ b/gconf/gconf-sanity-check.c @@ -17,7 +17,7 @@ * Boston, MA 02110-1301, USA. */ -#include "config.h" +#include <config.h> #include "gconf.h" #include "gconf-internals.h" #include "gconf-sources.h" diff --git a/gconf/gconf-schema.c b/gconf/gconf-schema.c index a8cc4e97..189ea6c0 100644 --- a/gconf/gconf-schema.c +++ b/gconf/gconf-schema.c @@ -17,7 +17,7 @@ * Boston, MA 02110-1301, USA. */ -#include "config.h" +#include <config.h> #include "gconf-schema.h" #include "gconf-internals.h" diff --git a/gconf/gconf-sources.c b/gconf/gconf-sources.c index dca5528f..7b99027c 100644 --- a/gconf/gconf-sources.c +++ b/gconf/gconf-sources.c @@ -18,7 +18,7 @@ * Boston, MA 02110-1301, USA. */ -#include "config.h" +#include <config.h> #include "gconf-backend.h" #include "gconf-sources.h" #include "gconf-internals.h" diff --git a/gconf/gconf-value.c b/gconf/gconf-value.c index 615b384e..e941eb4c 100644 --- a/gconf/gconf-value.c +++ b/gconf/gconf-value.c @@ -17,7 +17,7 @@ * Boston, MA 02110-1301, USA. */ -#include "config.h" +#include <config.h> #include "gconf-value.h" #include "gconf-error.h" #include "gconf-schema.h" diff --git a/gconf/gconftool.c b/gconf/gconftool.c index 137bae91..94274afb 100644 --- a/gconf/gconftool.c +++ b/gconf/gconftool.c @@ -17,7 +17,7 @@ * Boston, MA 02110-1301, USA. */ -#include "config.h" +#include <config.h> #include "gconf.h" #include "gconf-internals.h" #include <stdio.h> diff --git a/gconf/testclient.c b/gconf/testclient.c index a9b1e1db..7dcffed1 100644 --- a/gconf/testclient.c +++ b/gconf/testclient.c @@ -18,7 +18,7 @@ * Boston, MA 02110-1301, USA. */ -#include "config.h" +#include <config.h> #include "gconf.h" #include "gconf-orbit.h" #include <stdio.h> diff --git a/gconf/testgconfclient.c b/gconf/testgconfclient.c index 4e44f0ac..7058bbba 100644 --- a/gconf/testgconfclient.c +++ b/gconf/testgconfclient.c @@ -18,7 +18,7 @@ * Boston, MA 02110-1301, USA. */ -#include "config.h" +#include <config.h> #include "gconf-client.h" #include <gtk/gtk.h> |