[gnome-games] Fix include statement



commit c5991de62de041032a03443de6259a3a1b578d8e
Author: Christian Persch <chpe gnome org>
Date:   Wed Aug 26 14:24:24 2009 +0200

    Fix include statement

 gnometris/blocks-cache.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnometris/blocks-cache.cpp b/gnometris/blocks-cache.cpp
index 98c0144..5d37a86 100644
--- a/gnometris/blocks-cache.cpp
+++ b/gnometris/blocks-cache.cpp
@@ -27,7 +27,7 @@
 #include "renderer.h"
 #include "blocks-cache.h"
 
-#include "../libgames-support/games-debug.h"
+#include <libgames-support/games-debug.h>
 
 struct _BlocksCachePrivate
 {



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