aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-09-03 11:06:32 +1000
committerNeil <nyamatongwe@gmail.com>2014-09-03 11:06:32 +1000
commit24e83c72f610bf71f5c928d52fc6eb5172bc22a3 (patch)
tree7b182e256deb5cd010e3b1dbf624ed5f28be7d36 /gtk
parent1223a41fe00a1ced33832c8b166688f459298f0f (diff)
downloadscintilla-mirror-24e83c72f610bf71f5c928d52fc6eb5172bc22a3.tar.gz
Normalise header inclusion order.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/ScintillaGTK.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx
index 926457ba3..18e33587d 100644
--- a/gtk/ScintillaGTK.cxx
+++ b/gtk/ScintillaGTK.cxx
@@ -55,6 +55,7 @@
#include "Document.h"
#include "CaseConvert.h"
#include "UniConversion.h"
+#include "UnicodeFromUTF8.h"
#include "Selection.h"
#include "PositionCache.h"
#include "EditModel.h"
@@ -63,7 +64,6 @@
#include "Editor.h"
#include "AutoComplete.h"
#include "ScintillaBase.h"
-#include "UnicodeFromUTF8.h"
#ifdef SCI_LEXER
#include "ExternalLexer.h"