[tali] Remove unneeded config.h includes



commit b0dd4a9449356ab7fc961c91959068d73417a18d
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Sun Dec 9 12:54:36 2018 -0500

    Remove unneeded config.h includes
    
    It looks like it's only needed in gyahtzee.c
    for the VERSION definition.

 src/clist.c                | 2 --
 src/computer.c             | 1 -
 src/games-frame.c          | 2 --
 src/games-score.c          | 2 --
 src/games-scores-backend.c | 2 --
 src/games-scores-dialog.c  | 2 --
 src/games-scores.c         | 2 --
 src/setup.c                | 2 --
 src/yahtzee.c              | 1 -
 9 files changed, 16 deletions(-)
---
diff --git a/src/clist.c b/src/clist.c
index 7d3c6e5..7c68367 100644
--- a/src/clist.c
+++ b/src/clist.c
@@ -26,8 +26,6 @@
  *   along with this program; if not, write to the Free Software
  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
-#include <config.h>
-
 #include <gtk/gtk.h>
 #include <gdk/gdk.h>
 
diff --git a/src/computer.c b/src/computer.c
index 6b0745b..c8673ec 100644
--- a/src/computer.c
+++ b/src/computer.c
@@ -29,7 +29,6 @@
  */
 #include <stdio.h>
 #include <string.h>
-#include <config.h>
 #include "yahtzee.h"
 
 
diff --git a/src/games-frame.c b/src/games-frame.c
index c87d42d..fb6f9b4 100644
--- a/src/games-frame.c
+++ b/src/games-frame.c
@@ -17,8 +17,6 @@
  * Boston, MA 02111-1307, USA.
  */
 
-#include <config.h>
-
 #include <gtk/gtk.h>
 
 #include "games-frame.h"
diff --git a/src/games-score.c b/src/games-score.c
index cbcc6cd..000b204 100644
--- a/src/games-score.c
+++ b/src/games-score.c
@@ -17,8 +17,6 @@
  * Boston, MA 02111-1307, USA.
  */
 
-#include <config.h>
-
 #include "games-score.h"
 
 G_DEFINE_TYPE (GamesScore, games_score, G_TYPE_OBJECT)
diff --git a/src/games-scores-backend.c b/src/games-scores-backend.c
index 26e2f93..bbbd744 100644
--- a/src/games-scores-backend.c
+++ b/src/games-scores-backend.c
@@ -18,8 +18,6 @@
  * Boston, MA 02111-1307, USA.
  */
 
-#include <config.h>
-
 #include <glib.h>
 #include <glib-object.h>
 
diff --git a/src/games-scores-dialog.c b/src/games-scores-dialog.c
index 9018543..c96ff0d 100644
--- a/src/games-scores-dialog.c
+++ b/src/games-scores-dialog.c
@@ -19,8 +19,6 @@
 
 /* Authors:   Callum McKenzie <callum physics otago ac nz> */
 
-#include <config.h>
-
 #include <glib/gi18n.h>
 #include <gtk/gtk.h>
 
diff --git a/src/games-scores.c b/src/games-scores.c
index fe9d718..e000fbd 100644
--- a/src/games-scores.c
+++ b/src/games-scores.c
@@ -21,8 +21,6 @@
 
 /* FIXME: Document */
 
-#include <config.h>
-
 #include <fcntl.h>
 #include <unistd.h>
 
diff --git a/src/setup.c b/src/setup.c
index 1c7bf5c..7812290 100644
--- a/src/setup.c
+++ b/src/setup.c
@@ -29,8 +29,6 @@
  *   along with this program; if not, write to the Free Software
  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
-#include <config.h>
-
 #include <gtk/gtk.h>
 
 #include "yahtzee.h"
diff --git a/src/yahtzee.c b/src/yahtzee.c
index 9c25270..d565355 100644
--- a/src/yahtzee.c
+++ b/src/yahtzee.c
@@ -34,7 +34,6 @@
 #include <time.h>
 #include <glib.h>
 
-#include <config.h>
 #include "yahtzee.h"
 
 char *ProgramHeader = "Yahtzee Version 2.00 (c)1998 SDH, (c)1992 by zorst";


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