aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexVerilog.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-01-27 16:45:15 +1100
committernyamatongwe <devnull@localhost>2011-01-27 16:45:15 +1100
commit002e6effdd15e49ab5a09a59d18fd8bbb292f754 (patch)
treee35d00c20e32a18d34ca98afe91541b6f9c55f51 /lexers/LexVerilog.cxx
parent4c83a54a0f016ba1b0561d7e4391751ec1e6ffc5 (diff)
downloadscintilla-mirror-002e6effdd15e49ab5a09a59d18fd8bbb292f754.tar.gz
Dropped inclusion of PropSetSimple.h in lexers which do not use PropSetSimple directly.
Dropped declaration not needed in LexCPP.
Diffstat (limited to 'lexers/LexVerilog.cxx')
-rw-r--r--lexers/LexVerilog.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/lexers/LexVerilog.cxx b/lexers/LexVerilog.cxx
index a73edfb76..8de04ff7f 100644
--- a/lexers/LexVerilog.cxx
+++ b/lexers/LexVerilog.cxx
@@ -17,7 +17,6 @@
#include "Scintilla.h"
#include "SciLexer.h"
-#include "PropSetSimple.h"
#include "WordList.h"
#include "LexAccessor.h"
#include "Accessor.h"