Revision: 533 Author: ntrel Date: 2006-07-04 14:31:08 -0700 (Tue, 04 Jul 2006) ViewCVS: http://svn.sourceforge.net/geany/?rev=533&view=rev
Log Message: ----------- Don't include SciLexer.h in geany.h
Modified Paths: -------------- trunk/src/document.c trunk/src/geany.h trunk/src/highlighting.c trunk/src/sci_cb.c trunk/src/utils.c Modified: trunk/src/document.c =================================================================== --- trunk/src/document.c 2006-07-04 20:20:45 UTC (rev 532) +++ trunk/src/document.c 2006-07-04 21:31:08 UTC (rev 533) @@ -20,6 +20,7 @@ * $Id$ */
+#include "SciLexer.h" #include "geany.h"
#ifdef TIME_WITH_SYS_TIME
Modified: trunk/src/geany.h =================================================================== --- trunk/src/geany.h 2006-07-04 20:20:45 UTC (rev 532) +++ trunk/src/geany.h 2006-07-04 21:31:08 UTC (rev 533) @@ -34,7 +34,6 @@ #define GEANY_H
#include "Scintilla.h" -#include "SciLexer.h" #include "ScintillaWidget.h"
#include "tm_tagmanager.h"
Modified: trunk/src/highlighting.c =================================================================== --- trunk/src/highlighting.c 2006-07-04 20:20:45 UTC (rev 532) +++ trunk/src/highlighting.c 2006-07-04 21:31:08 UTC (rev 533) @@ -22,6 +22,7 @@
#include <stdlib.h>
+#include "SciLexer.h" #include "geany.h" #include "highlighting.h" #include "utils.h"
Modified: trunk/src/sci_cb.c =================================================================== --- trunk/src/sci_cb.c 2006-07-04 20:20:45 UTC (rev 532) +++ trunk/src/sci_cb.c 2006-07-04 21:31:08 UTC (rev 533) @@ -24,6 +24,7 @@ #include <ctype.h> #include <string.h>
+#include "SciLexer.h" #include "geany.h"
#include "sci_cb.h"
Modified: trunk/src/utils.c =================================================================== --- trunk/src/utils.c 2006-07-04 20:20:45 UTC (rev 532) +++ trunk/src/utils.c 2006-07-04 21:31:08 UTC (rev 533) @@ -21,6 +21,7 @@ */
+#include "SciLexer.h" #include "geany.h"
#include <stdlib.h>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.