aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/ScintillaGTK.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-06-10 11:22:04 +1000
committernyamatongwe <devnull@localhost>2011-06-10 11:22:04 +1000
commit02d0fdde768bafca67b49ec9d1f2663c40ba2fc7 (patch)
tree80bf5a91180ed94998943681726a430bd5e77cb6 /gtk/ScintillaGTK.cxx
parenta0d50960ea9fb3622d503822707dc65d864da63c (diff)
downloadscintilla-mirror-02d0fdde768bafca67b49ec9d1f2663c40ba2fc7.tar.gz
Windows headers are system headers so use angle brackets.
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 5682fde64..44d3d0810 100644
--- a/gtk/ScintillaGTK.cxx
+++ b/gtk/ScintillaGTK.cxx
@@ -20,7 +20,7 @@
#include "Platform.h"
#if PLAT_GTK_WIN32
-#include "windows.h"
+#include <windows.h>
#endif
#include "ILexer.h"