aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2008-01-11 22:10:54 +0000
committernyamatongwe <devnull@localhost>2008-01-11 22:10:54 +0000
commitfb8d44dbe14f4b1a283065a300eb87b9ce4ea167 (patch)
tree1f78038fd1b52e629698cf3484d07ce948f48064
parent18b7f29e0f218b85af10261fadff0e0708486935 (diff)
downloadscintilla-mirror-fb8d44dbe14f4b1a283065a300eb87b9ce4ea167.tar.gz
Removed include of windows.h.
-rw-r--r--src/LexMagik.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/LexMagik.cxx b/src/LexMagik.cxx
index c47458fea..8ab4d0887 100644
--- a/src/LexMagik.cxx
+++ b/src/LexMagik.cxx
@@ -21,8 +21,6 @@
#include "Scintilla.h"
#include "SciLexer.h"
-#include "windows.h"
-
#ifdef SCI_NAMESPACE
using namespace Scintilla;
#endif