[gnome-games] Remove #include <config.h> from headers to make sure it's not included more than once



commit a8b12a4697fe9fa4c042dba91d6359accedf4810
Author: Kjartan Maraas <kmaraas gnome org>
Date:   Tue Mar 29 12:26:42 2011 +0200

    Remove #include <config.h> from headers to make sure it's not included more than once

 glchess/gnuchess/common.h |    2 --
 gnibbles/board.h          |    2 --
 gnibbles/boni.h           |    2 --
 gnibbles/bonus.h          |    2 --
 gnibbles/gnibbles.h       |    2 --
 gnibbles/preferences.h    |    2 --
 gnibbles/properties.h     |    2 --
 gnibbles/scoreboard.h     |    2 --
 gnibbles/warp.h           |    2 --
 gnibbles/warpmanager.h    |    2 --
 10 files changed, 0 insertions(+), 20 deletions(-)
---
diff --git a/glchess/gnuchess/common.h b/glchess/gnuchess/common.h
index d846d93..df3b2e3 100644
--- a/glchess/gnuchess/common.h
+++ b/glchess/gnuchess/common.h
@@ -27,8 +27,6 @@
 #ifndef COMMON_H
 #define COMMON_H
 
-#include <config.h>
-
 #ifndef __GNUC__
 # define __attribute__(x)
 #endif
diff --git a/gnibbles/board.h b/gnibbles/board.h
index b7a561e..b4b5e8e 100644
--- a/gnibbles/board.h
+++ b/gnibbles/board.h
@@ -23,8 +23,6 @@
 #ifndef BOARD_H_
 #define BOARD_H_
 
-#include <config.h>
-
 #include <gtk/gtk.h>
 #include <clutter/clutter.h>
 
diff --git a/gnibbles/boni.h b/gnibbles/boni.h
index a5dad0f..229c494 100644
--- a/gnibbles/boni.h
+++ b/gnibbles/boni.h
@@ -20,8 +20,6 @@
 #ifndef _BONI_H_
 #define _BONI_H_
 
-#include <config.h>
-
 #include <gtk/gtk.h>
 
 #include "bonus.h"
diff --git a/gnibbles/bonus.h b/gnibbles/bonus.h
index 692db0d..a3c4497 100644
--- a/gnibbles/bonus.h
+++ b/gnibbles/bonus.h
@@ -21,8 +21,6 @@
 #ifndef _BONUS_H_
 #define _BONUS_H_
 
-#include <config.h>
-
 #include <gtk/gtk.h>
 #include <clutter/clutter.h>
 
diff --git a/gnibbles/gnibbles.h b/gnibbles/gnibbles.h
index a6059db..9554026 100644
--- a/gnibbles/gnibbles.h
+++ b/gnibbles/gnibbles.h
@@ -20,8 +20,6 @@
 #ifndef _GNIBBLES_H_
 #define _GNIBBLES_H_
 
-#include <config.h>
-
 #include <gtk/gtk.h>
 
 #include "warpmanager.h"
diff --git a/gnibbles/preferences.h b/gnibbles/preferences.h
index 8afe9e6..0e69f73 100644
--- a/gnibbles/preferences.h
+++ b/gnibbles/preferences.h
@@ -20,8 +20,6 @@
 #ifndef _PREFERENCES_H_
 #define _PREFERENCES_H_
 
-#include <config.h>
-
 #include <gtk/gtk.h>
 
 #include "properties.h"
diff --git a/gnibbles/properties.h b/gnibbles/properties.h
index 7c5275a..2d41a97 100644
--- a/gnibbles/properties.h
+++ b/gnibbles/properties.h
@@ -22,8 +22,6 @@
 #ifndef _PROPERTIES_H_
 #define _PROPERTIES_H_
 
-#include <config.h>
-
 #include <gtk/gtk.h>
 
 #include "gnibbles.h"
diff --git a/gnibbles/scoreboard.h b/gnibbles/scoreboard.h
index 914733d..9e87711 100644
--- a/gnibbles/scoreboard.h
+++ b/gnibbles/scoreboard.h
@@ -20,8 +20,6 @@
 #ifndef _SCOREBOARD_H_
 #define _SCOREBOARD_H_
 
-#include <config.h>
-
 #include <gtk/gtk.h>
 
 #include "gnibbles.h"
diff --git a/gnibbles/warp.h b/gnibbles/warp.h
index 4edadbf..19d1914 100644
--- a/gnibbles/warp.h
+++ b/gnibbles/warp.h
@@ -20,8 +20,6 @@
 #ifndef _WARP_H_
 #define _WARP_H_
 
-#include <config.h>
-
 #include <gtk/gtk.h>
 #include <clutter/clutter.h>
 
diff --git a/gnibbles/warpmanager.h b/gnibbles/warpmanager.h
index d056f92..26cbf93 100644
--- a/gnibbles/warpmanager.h
+++ b/gnibbles/warpmanager.h
@@ -20,8 +20,6 @@
 #ifndef _WARPMANAGER_H_
 #define _WARPMANAGER_H_
 
-#include <config.h>
-
 #include <gtk/gtk.h>
 
 #include "warp.h"



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