summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-09-19 15:10:35 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2020-09-21 22:02:13 +0100
commit3648d0ebc9184698fdb0479711d507fae2565116 (patch)
treee25b56c80b51cd54419187891d9e07f94ba92003 /src
parente85128523bb8a58d077ea7ab7c8b17d8d8c967b0 (diff)
downloadgnome-dictionary-3648d0ebc9184698fdb0479711d507fae2565116.tar.gz
Drop HAVE_CONFIG_H
We always generate a config.h file.
Diffstat (limited to 'src')
-rw-r--r--src/gdict-about.c2
-rw-r--r--src/gdict-app.c2
-rw-r--r--src/gdict-common.c2
-rw-r--r--src/gdict-pref-dialog.c2
-rw-r--r--src/gdict-print.c2
-rw-r--r--src/gdict-source-dialog.c2
6 files changed, 0 insertions, 12 deletions
diff --git a/src/gdict-about.c b/src/gdict-about.c
index 94a5820..689ca7c 100644
--- a/src/gdict-about.c
+++ b/src/gdict-about.c
@@ -18,9 +18,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
#include "config.h"
-#endif
#include <stdio.h>
#include <stdlib.h>
diff --git a/src/gdict-app.c b/src/gdict-app.c
index 751fd32..4189f88 100644
--- a/src/gdict-app.c
+++ b/src/gdict-app.c
@@ -18,9 +18,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
#include "config.h"
-#endif
#include <stdio.h>
#include <stdlib.h>
diff --git a/src/gdict-common.c b/src/gdict-common.c
index a3541b9..c9c788f 100644
--- a/src/gdict-common.c
+++ b/src/gdict-common.c
@@ -18,9 +18,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
#include "config.h"
-#endif
#include <stdio.h>
#include <stdlib.h>
diff --git a/src/gdict-pref-dialog.c b/src/gdict-pref-dialog.c
index 5bc7ab4..632ffa7 100644
--- a/src/gdict-pref-dialog.c
+++ b/src/gdict-pref-dialog.c
@@ -18,9 +18,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
#include "config.h"
-#endif
#include <stdio.h>
#include <stdlib.h>
diff --git a/src/gdict-print.c b/src/gdict-print.c
index c165f75..d244d2f 100644
--- a/src/gdict-print.c
+++ b/src/gdict-print.c
@@ -18,9 +18,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
#include "config.h"
-#endif
#include <stdio.h>
#include <string.h>
diff --git a/src/gdict-source-dialog.c b/src/gdict-source-dialog.c
index f955078..df99999 100644
--- a/src/gdict-source-dialog.c
+++ b/src/gdict-source-dialog.c
@@ -18,9 +18,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifdef HAVE_CONFIG_H
#include "config.h"
-#endif
#include <stdio.h>
#include <stdlib.h>