[gnome-games] aisleriot: Remove unused includes and defines



commit f6ca7232c39eac8325cd73e63543cc03bd945589
Author: Christian Persch <chpe gnome org>
Date:   Fri Jul 3 20:09:17 2009 +0200

    aisleriot: Remove unused includes and defines
    
    The code that used them now lives in libgames-support.

 aisleriot/sol.c |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/aisleriot/sol.c b/aisleriot/sol.c
index f83c152..faaed11 100644
--- a/aisleriot/sol.c
+++ b/aisleriot/sol.c
@@ -39,30 +39,19 @@
 #include <libosso.h>
 
 #ifdef HAVE_MAEMO_3
-#include <osso-browser-interface.h>
 #include <hildon-widgets/hildon-program.h>
 #else
 #include <hildon/hildon-program.h>
-#include <tablet-browser-interface.h>
 #endif /* HAVE_MAEMO_3 */
 
 #define SERVICE_NAME "org.gnome.Games.AisleRiot"
-#define HELP_EXT "xhtml"
 #endif /* HAVE_HILDON */
 
-#if defined (G_OS_WIN32)
-#define WIN32_LEAN_AND_MEAN
-#include <windows.h>
-#include <io.h>
-#define HELP_EXT "xhtml"
-#endif /* G_OS_WIN32 */
-
 #include <libgames-support/games-debug.h>
 #include <libgames-support/games-files.h>
 #include <libgames-support/games-stock.h>
 #include <libgames-support/games-runtime.h>
 #include <libgames-support/games-sound.h>
-#include <libgames-support/games-string-utils.h>
 
 #ifdef WITH_SMCLIENT
 #include <libgames-support/eggsmclient.h>



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