aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CaseFolder.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-05-24 15:15:49 +1000
committerNeil <nyamatongwe@gmail.com>2014-05-24 15:15:49 +1000
commitb0296d86a48642f2f381c3e0b11a022482ae25e3 (patch)
tree799c8fa56339d4bfc62ae4d0ff8ef058a228d70b /src/CaseFolder.cxx
parent0e25a153a1970e5b895072f265c02bac9fd7f3fa (diff)
downloadscintilla-mirror-b0296d86a48642f2f381c3e0b11a022482ae25e3.tar.gz
Header include statements are now in a standardised order with that order
defined in scripts/HeaderOrder.txt.
Diffstat (limited to 'src/CaseFolder.cxx')
-rw-r--r--src/CaseFolder.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CaseFolder.cxx b/src/CaseFolder.cxx
index 44a94da6f..200ac99b8 100644
--- a/src/CaseFolder.cxx
+++ b/src/CaseFolder.cxx
@@ -8,9 +8,9 @@
#include <vector>
#include <algorithm>
+#include "CaseFolder.h"
#include "CaseConvert.h"
#include "UniConversion.h"
-#include "CaseFolder.h"
#ifdef SCI_NAMESPACE
using namespace Scintilla;