[gspell] Replace #include <config.h> by #include "config.h"



commit 5617c510acb5249b4a29034dccefb9c1cf303483
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Dec 9 15:47:12 2019 +0100

    Replace #include <config.h> by #include "config.h"
    
    config.h is part of the gspell project.

 gspell-app/gspell-app.c                    | 2 +-
 gspell/gspell-checker-dialog.c             | 2 +-
 gspell/gspell-checker.c                    | 2 +-
 gspell/gspell-context-menu.c               | 2 +-
 gspell/gspell-current-word-policy.c        | 2 +-
 gspell/gspell-entry-buffer.c               | 2 +-
 gspell/gspell-entry-utils.c                | 2 +-
 gspell/gspell-entry.c                      | 2 +-
 gspell/gspell-enum-types.c.template        | 2 +-
 gspell/gspell-init.c                       | 2 +-
 gspell/gspell-inline-checker-text-buffer.c | 2 +-
 gspell/gspell-language-chooser-button.c    | 2 +-
 gspell/gspell-language-chooser-dialog.c    | 2 +-
 gspell/gspell-language-chooser.c           | 2 +-
 gspell/gspell-language.c                   | 2 +-
 gspell/gspell-navigator-text-view.c        | 2 +-
 gspell/gspell-navigator.c                  | 2 +-
 gspell/gspell-osx.c                        | 2 +-
 gspell/gspell-text-buffer.c                | 2 +-
 gspell/gspell-text-iter.c                  | 2 +-
 gspell/gspell-text-view.c                  | 2 +-
 gspell/gspell-utils.c                      | 2 +-
 gspell/gspellregion.c                      | 2 +-
 23 files changed, 23 insertions(+), 23 deletions(-)
---
diff --git a/gspell-app/gspell-app.c b/gspell-app/gspell-app.c
index b0145a6..e13562f 100644
--- a/gspell-app/gspell-app.c
+++ b/gspell-app/gspell-app.c
@@ -25,7 +25,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include <locale.h>
diff --git a/gspell/gspell-checker-dialog.c b/gspell/gspell-checker-dialog.c
index e14df80..0a699af 100644
--- a/gspell/gspell-checker-dialog.c
+++ b/gspell/gspell-checker-dialog.c
@@ -19,7 +19,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include "gspell-checker-dialog.h"
diff --git a/gspell/gspell-checker.c b/gspell/gspell-checker.c
index 74663cb..8314ce0 100644
--- a/gspell/gspell-checker.c
+++ b/gspell/gspell-checker.c
@@ -19,7 +19,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include "gspell-checker.h"
diff --git a/gspell/gspell-context-menu.c b/gspell/gspell-context-menu.c
index 313656c..1e21010 100644
--- a/gspell/gspell-context-menu.c
+++ b/gspell/gspell-context-menu.c
@@ -18,7 +18,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include "gspell-context-menu.h"
diff --git a/gspell/gspell-current-word-policy.c b/gspell/gspell-current-word-policy.c
index 1cd9516..8b9542e 100644
--- a/gspell/gspell-current-word-policy.c
+++ b/gspell/gspell-current-word-policy.c
@@ -18,7 +18,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include "gspell-current-word-policy.h"
diff --git a/gspell/gspell-entry-buffer.c b/gspell/gspell-entry-buffer.c
index 9fe262b..12401b4 100644
--- a/gspell/gspell-entry-buffer.c
+++ b/gspell/gspell-entry-buffer.c
@@ -18,7 +18,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include "gspell-entry-buffer.h"
diff --git a/gspell/gspell-entry-utils.c b/gspell/gspell-entry-utils.c
index de65c21..a2c9da1 100644
--- a/gspell/gspell-entry-utils.c
+++ b/gspell/gspell-entry-utils.c
@@ -18,7 +18,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include "gspell-entry-utils.h"
diff --git a/gspell/gspell-entry.c b/gspell/gspell-entry.c
index 80e042c..5dbec49 100644
--- a/gspell/gspell-entry.c
+++ b/gspell/gspell-entry.c
@@ -18,7 +18,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include "gspell-entry.h"
diff --git a/gspell/gspell-enum-types.c.template b/gspell/gspell-enum-types.c.template
index 46a69d1..477af65 100644
--- a/gspell/gspell-enum-types.c.template
+++ b/gspell/gspell-enum-types.c.template
@@ -1,6 +1,6 @@
 /*** BEGIN file-header ***/
 #if HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include "gspell-enum-types.h"
diff --git a/gspell/gspell-init.c b/gspell/gspell-init.c
index 7602586..ef8a69d 100644
--- a/gspell/gspell-init.c
+++ b/gspell/gspell-init.c
@@ -24,7 +24,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include "gspell-init.h"
diff --git a/gspell/gspell-inline-checker-text-buffer.c b/gspell/gspell-inline-checker-text-buffer.c
index f458450..958a417 100644
--- a/gspell/gspell-inline-checker-text-buffer.c
+++ b/gspell/gspell-inline-checker-text-buffer.c
@@ -23,7 +23,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include "gspell-inline-checker-text-buffer.h"
diff --git a/gspell/gspell-language-chooser-button.c b/gspell/gspell-language-chooser-button.c
index 9f60048..72ba09e 100644
--- a/gspell/gspell-language-chooser-button.c
+++ b/gspell/gspell-language-chooser-button.c
@@ -18,7 +18,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include "gspell-language-chooser-button.h"
diff --git a/gspell/gspell-language-chooser-dialog.c b/gspell/gspell-language-chooser-dialog.c
index f55ebc1..beac697 100644
--- a/gspell/gspell-language-chooser-dialog.c
+++ b/gspell/gspell-language-chooser-dialog.c
@@ -19,7 +19,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include "gspell-language-chooser-dialog.h"
diff --git a/gspell/gspell-language-chooser.c b/gspell/gspell-language-chooser.c
index 3c79c46..164e6fd 100644
--- a/gspell/gspell-language-chooser.c
+++ b/gspell/gspell-language-chooser.c
@@ -18,7 +18,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include "gspell-language-chooser.h"
diff --git a/gspell/gspell-language.c b/gspell/gspell-language.c
index 776c9d8..4df9224 100644
--- a/gspell/gspell-language.c
+++ b/gspell/gspell-language.c
@@ -20,7 +20,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include "gspell-language.h"
diff --git a/gspell/gspell-navigator-text-view.c b/gspell/gspell-navigator-text-view.c
index 2e9a66a..166232d 100644
--- a/gspell/gspell-navigator-text-view.c
+++ b/gspell/gspell-navigator-text-view.c
@@ -18,7 +18,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include "gspell-navigator-text-view.h"
diff --git a/gspell/gspell-navigator.c b/gspell/gspell-navigator.c
index f7ead7c..9029053 100644
--- a/gspell/gspell-navigator.c
+++ b/gspell/gspell-navigator.c
@@ -18,7 +18,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include "gspell-navigator.h"
diff --git a/gspell/gspell-osx.c b/gspell/gspell-osx.c
index 68c9e26..e3b9615 100644
--- a/gspell/gspell-osx.c
+++ b/gspell/gspell-osx.c
@@ -18,7 +18,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include "gspell-osx.h"
diff --git a/gspell/gspell-text-buffer.c b/gspell/gspell-text-buffer.c
index e7fe2a0..74bb6a9 100644
--- a/gspell/gspell-text-buffer.c
+++ b/gspell/gspell-text-buffer.c
@@ -18,7 +18,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include "gspell-text-buffer.h"
diff --git a/gspell/gspell-text-iter.c b/gspell/gspell-text-iter.c
index 56dab41..70173c8 100644
--- a/gspell/gspell-text-iter.c
+++ b/gspell/gspell-text-iter.c
@@ -18,7 +18,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include "gspell-text-iter.h"
diff --git a/gspell/gspell-text-view.c b/gspell/gspell-text-view.c
index fb2c0f4..d5a0bb0 100644
--- a/gspell/gspell-text-view.c
+++ b/gspell/gspell-text-view.c
@@ -18,7 +18,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include "gspell-text-view.h"
diff --git a/gspell/gspell-utils.c b/gspell/gspell-utils.c
index 5e67806..4bc8259 100644
--- a/gspell/gspell-utils.c
+++ b/gspell/gspell-utils.c
@@ -19,7 +19,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include "gspell-utils.h"
diff --git a/gspell/gspellregion.c b/gspell/gspellregion.c
index 82ca5ce..a379ed7 100644
--- a/gspell/gspellregion.c
+++ b/gspell/gspellregion.c
@@ -23,7 +23,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include "gspellregion.h"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]