diff options
author | nyamatongwe <unknown> | 2004-12-03 23:14:04 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2004-12-03 23:14:04 +0000 |
commit | 639c57612568acae901f268f45b4ac1c3e8cbff2 (patch) | |
tree | b00c6a12ff5733c205aa607c94521374b3511ac6 /src/LexAVE.cxx | |
parent | 8ddd9226d19199363ed00801adf7f95b43fd32b6 (diff) | |
download | scintilla-mirror-639c57612568acae901f268f45b4ac1c3e8cbff2.tar.gz |
Patch from Regis Vaquette to allow compilation for Windows CE.
Diffstat (limited to 'src/LexAVE.cxx')
-rw-r--r-- | src/LexAVE.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/LexAVE.cxx b/src/LexAVE.cxx index 900aea317..96f43b39d 100644 --- a/src/LexAVE.cxx +++ b/src/LexAVE.cxx @@ -12,7 +12,6 @@ #include <ctype.h> #include <stdarg.h> #include <stdio.h> -#include <fcntl.h> #include "Platform.h" |