[gnome-robots] Add missing changes from 3.21.90 release



commit 5eb01cfa350557c2a6500ab8e9e6aa25aceb28b0
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Aug 16 00:33:20 2016 +0200

    Add missing changes from 3.21.90 release
    
    Forgot to commit these changes, but they did go into the tarball.

 src/game.c         |    2 +-
 src/gnome-robots.c |    2 +-
 src/gnome-robots.h |    2 +-
 src/graphics.c     |    2 +-
 src/properties.c   |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/game.c b/src/game.c
index da23d29..f34a554 100644
--- a/src/game.c
+++ b/src/game.c
@@ -25,7 +25,7 @@
 
 #include <glib/gi18n.h>
 #include <gtk/gtk.h>
-#include <libgames-support.h>
+#include <libgnome-games-support.h>
 
 #include "gbdefs.h"
 #include "gameconfig.h"
diff --git a/src/gnome-robots.c b/src/gnome-robots.c
index b83dcbc..3281c4c 100644
--- a/src/gnome-robots.c
+++ b/src/gnome-robots.c
@@ -31,7 +31,7 @@
 
 #include <glib/gi18n.h>
 #include <glib.h>
-#include <libgames-support.h>
+#include <libgnome-games-support.h>
 
 #include "gbdefs.h"
 #include "gameconfig.h"
diff --git a/src/gnome-robots.h b/src/gnome-robots.h
index d882d2b..4fe30ef 100644
--- a/src/gnome-robots.h
+++ b/src/gnome-robots.h
@@ -2,7 +2,7 @@
 #define GNOBOTS_H
 
 #include <gtk/gtk.h>
-#include <libgames-support.h>
+#include <libgnome-games-support.h>
 
 /**********************************************************************/
 /* Exported Variables                                                 */
diff --git a/src/graphics.c b/src/graphics.c
index 0db859c..846b3a9 100644
--- a/src/graphics.c
+++ b/src/graphics.c
@@ -23,7 +23,7 @@
 #include <glib/gi18n.h>
 #include <gtk/gtk.h>
 #include <gdk-pixbuf/gdk-pixbuf.h>
-#include <libgames-support.h>
+#include <libgnome-games-support.h>
 
 #include <sys/types.h>
 #include <string.h>
diff --git a/src/properties.c b/src/properties.c
index dcb6d6c..29e54e1 100644
--- a/src/properties.c
+++ b/src/properties.c
@@ -25,7 +25,7 @@
 #include <glib/gi18n.h>
 #include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h>
-#include <libgames-support.h>
+#include <libgnome-games-support.h>
 
 #include "properties.h"
 #include "gameconfig.h"


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