SF.net SVN: geany: [452] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Fri Jun 16 19:58:38 UTC 2006


Revision: 452
Author:   ntrel
Date:     2006-06-16 12:58:26 -0700 (Fri, 16 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/geany/?rev=452&view=rev

Log Message:
-----------
Don't include keybindings.h in geany.h

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/callbacks.c
    trunk/src/dialogs.c
    trunk/src/geany.h
    trunk/src/main.c
    trunk/src/prefs.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-06-16 17:11:09 UTC (rev 451)
+++ trunk/ChangeLog	2006-06-16 19:58:26 UTC (rev 452)
@@ -14,6 +14,8 @@
  * src/templates.c, src/templates.h, src/utils.c, src/utils.h,
    src/callbacks.c: Cache the current function name for efficiency in
                     utils_get_current_function, other related fixes.
+ * src/geany.h, src/callbacks.c, src/prefs.c, src/dialogs.c:
+   src/main.c: Don't include keybindings.h in geany.h.
 
 
 2006-06-15  Enrico Troeger  <enrico.troeger at uvena.de>

Modified: trunk/src/callbacks.c
===================================================================
--- trunk/src/callbacks.c	2006-06-16 17:11:09 UTC (rev 451)
+++ trunk/src/callbacks.c	2006-06-16 19:58:26 UTC (rev 452)
@@ -46,6 +46,7 @@
 #include "prefs.h"
 #include "templates.h"
 #include "treeviews.h"
+#include "keybindings.h"
 
 
 #ifdef GEANY_WIN32

Modified: trunk/src/dialogs.c
===================================================================
--- trunk/src/dialogs.c	2006-06-16 17:11:09 UTC (rev 451)
+++ trunk/src/dialogs.c	2006-06-16 19:58:26 UTC (rev 452)
@@ -45,6 +45,7 @@
 #include "interface.h"
 #include "utils.h"
 #include "prefs.h"
+#include "keybindings.h"
 
 
 

Modified: trunk/src/geany.h
===================================================================
--- trunk/src/geany.h	2006-06-16 17:11:09 UTC (rev 451)
+++ trunk/src/geany.h	2006-06-16 19:58:26 UTC (rev 452)
@@ -40,7 +40,6 @@
 #include "tm_tagmanager.h"
 
 #include "filetypes.h"
-#include "keybindings.h"
 
 #define SSM(s, m, w, l) scintilla_send_message(s, m, w, l)
 

Modified: trunk/src/main.c
===================================================================
--- trunk/src/main.c	2006-06-16 17:11:09 UTC (rev 451)
+++ trunk/src/main.c	2006-06-16 19:58:26 UTC (rev 452)
@@ -47,6 +47,8 @@
 #include "encodings.h"
 #include "treeviews.h"
 #include "notebook.h"
+#include "keybindings.h"
+
 #ifdef HAVE_VTE
 # include "vte.h"
 #endif

Modified: trunk/src/prefs.c
===================================================================
--- trunk/src/prefs.c	2006-06-16 17:11:09 UTC (rev 451)
+++ trunk/src/prefs.c	2006-06-16 19:58:26 UTC (rev 452)
@@ -34,6 +34,8 @@
 #include "sciwrappers.h"
 #include "document.h"
 #include "keyfile.h"
+#include "keybindings.h"
+
 #ifdef HAVE_VTE
 # include "vte.h"
 #endif


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list