[gtksourceviewmm] Examples: Do not include gmessages.h directly.



commit 29c642c60106ac9f6b25cfc9d2b14eb0e52998f2
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Oct 25 12:22:51 2011 +0200

    Examples: Do not include gmessages.h directly.

 tests/search/main.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/search/main.cc b/tests/search/main.cc
index fa67a4d..5e46f5a 100644
--- a/tests/search/main.cc
+++ b/tests/search/main.cc
@@ -6,7 +6,7 @@
 #include <cstring>
 #include <gtkmm.h>
 #include <gtksourceviewmm.h>
-#include <glib/gmessages.h>
+#include <glib.h> //For <gmessages.h>
 
 using namespace std ;
 using namespace Gtk;



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