Kaydet (Commit) 58efd38d authored tarafından Nick Treleaven's avatar Nick Treleaven

Don't include SciLexer.h in geany.h

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@533 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 505bcb8f
......@@ -20,6 +20,7 @@
* $Id$
*/
#include "SciLexer.h"
#include "geany.h"
#ifdef TIME_WITH_SYS_TIME
......
......@@ -34,7 +34,6 @@
#define GEANY_H
#include "Scintilla.h"
#include "SciLexer.h"
#include "ScintillaWidget.h"
#include "tm_tagmanager.h"
......
......@@ -22,6 +22,7 @@
#include <stdlib.h>
#include "SciLexer.h"
#include "geany.h"
#include "highlighting.h"
#include "utils.h"
......
......@@ -24,6 +24,7 @@
#include <ctype.h>
#include <string.h>
#include "SciLexer.h"
#include "geany.h"
#include "sci_cb.h"
......
......@@ -21,6 +21,7 @@
*/
#include "SciLexer.h"
#include "geany.h"
#include <stdlib.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment