aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexLua.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2004-12-03 23:14:04 +0000
committernyamatongwe <unknown>2004-12-03 23:14:04 +0000
commit200a05b3dcf72cb5891fbe4f9a7864df1c24ea98 (patch)
treeed4186b5f0e53507a6a32dc5407fd6efa0bfdda0 /src/LexLua.cxx
parentbc463886d31a3fa5e04e7559894eb605f7ba8480 (diff)
downloadscintilla-mirror-200a05b3dcf72cb5891fbe4f9a7864df1c24ea98.tar.gz
Patch from Regis Vaquette to allow compilation for Windows CE.
Diffstat (limited to 'src/LexLua.cxx')
-rw-r--r--src/LexLua.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/LexLua.cxx b/src/LexLua.cxx
index 3e4b25cb5..d3f80ada2 100644
--- a/src/LexLua.cxx
+++ b/src/LexLua.cxx
@@ -12,7 +12,6 @@
#include <ctype.h>
#include <stdarg.h>
#include <stdio.h>
-#include <fcntl.h>
#include "Platform.h"