diff options
author | XhmikosR <xhmikosr@users.sourceforge.net> | 2011-01-27 11:02:59 +0000 |
---|---|---|
committer | XhmikosR <xhmikosr@users.sourceforge.net> | 2011-01-27 11:02:59 +0000 |
commit | b53777ccec9d78cf2da15b5334e915a264a233fa (patch) | |
tree | ced1cc37b8fe504b74a674b82671d974c89eb8c0 /scintilla/lexers/LexSQL.cxx | |
parent | 9d30d13ba742e5f391eae7f17192cf55c41f4086 (diff) | |
download | notepad2-mod-b53777ccec9d78cf2da15b5334e915a264a233fa.zip notepad2-mod-b53777ccec9d78cf2da15b5334e915a264a233fa.tar.gz notepad2-mod-b53777ccec9d78cf2da15b5334e915a264a233fa.tar.bz2 |
update scintilla
git-svn-id: https://notepad2-mod.googlecode.com/svn/trunk@391 28bd50df-7adb-d945-0439-6e466c6a13cc
Diffstat (limited to 'scintilla/lexers/LexSQL.cxx')
-rw-r--r-- | scintilla/lexers/LexSQL.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scintilla/lexers/LexSQL.cxx b/scintilla/lexers/LexSQL.cxx index f24898e..a2eaaad 100644 --- a/scintilla/lexers/LexSQL.cxx +++ b/scintilla/lexers/LexSQL.cxx @@ -25,7 +25,6 @@ #include "Scintilla.h"
#include "SciLexer.h"
-#include "PropSetSimple.h"
#include "WordList.h"
#include "LexAccessor.h"
#include "Accessor.h"
|