aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/ScintillaGTK.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-02-17 10:00:42 +0000
committernyamatongwe <devnull@localhost>2001-02-17 10:00:42 +0000
commit7b07c00e76ef0ec5e5e3eb1d5237357eecbaa007 (patch)
tree319b8b138be2a338246decd85e9243ff663f187d /gtk/ScintillaGTK.cxx
parent417663279f7254f8e56e36048635b168d151605d (diff)
downloadscintilla-mirror-7b07c00e76ef0ec5e5e3eb1d5237357eecbaa007.tar.gz
If ScintillaWidget.h included without Scintilla.h already included display
a warning message and #include "Scintilla.h".
Diffstat (limited to 'gtk/ScintillaGTK.cxx')
-rw-r--r--gtk/ScintillaGTK.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx
index 57323f5bf..d6b1c3c0d 100644
--- a/gtk/ScintillaGTK.cxx
+++ b/gtk/ScintillaGTK.cxx
@@ -11,8 +11,8 @@
#include "Platform.h"
-#include "Scintilla.h"
#include "ScintillaWidget.h"
+#include "Scintilla.h"
#ifdef SCI_LEXER
#include "SciLexer.h"
#include "PropSet.h"