SF.net SVN: geany: [595] trunk/src

ntrel at users.sourceforge.net ntrel at xxxxx
Thu Jul 20 21:16:17 UTC 2006


Revision: 595
Author:   ntrel
Date:     2006-07-20 14:16:12 -0700 (Thu, 20 Jul 2006)
ViewCVS:  http://svn.sourceforge.net/geany/?rev=595&view=rev

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

Modified Paths:
--------------
    trunk/src/build.c
    trunk/src/build.h
    trunk/src/sciwrappers.h
Modified: trunk/src/build.c
===================================================================
--- trunk/src/build.c	2006-07-20 18:21:07 UTC (rev 594)
+++ trunk/src/build.c	2006-07-20 21:16:12 UTC (rev 595)
@@ -21,6 +21,7 @@
  */
 
 
+#include "geany.h"
 #include "build.h"
 
 #include <stdlib.h>

Modified: trunk/src/build.h
===================================================================
--- trunk/src/build.h	2006-07-20 18:21:07 UTC (rev 594)
+++ trunk/src/build.h	2006-07-20 21:16:12 UTC (rev 595)
@@ -24,8 +24,6 @@
 #ifndef GEANY_BUILD_H
 #define GEANY_BUILD_H 1
 
-#include "geany.h"
-
 GPid build_make_file(gint idx, gboolean cust_target);
 
 GPid build_compile_file(gint idx);

Modified: trunk/src/sciwrappers.h
===================================================================
--- trunk/src/sciwrappers.h	2006-07-20 18:21:07 UTC (rev 594)
+++ trunk/src/sciwrappers.h	2006-07-20 21:16:12 UTC (rev 595)
@@ -23,7 +23,8 @@
 #ifndef GEANY_SCIWRAPPERS_H
 #define GEANY_SCIWRAPPERS_H 1
 
-#include "geany.h"
+#include "Scintilla.h"
+#include "ScintillaWidget.h"
 
 
 void 				sci_set_line_numbers		(ScintillaObject* sci,  gboolean set, gint extra_width);


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