diff options
author | nyamatongwe <devnull@localhost> | 2011-05-01 14:22:48 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-05-01 14:22:48 +1000 |
commit | 2223f7e050c80fa0563ce9e4dd36cb63b38b4912 (patch) | |
tree | 10ae42688ed665b9d51180f0a07fa71599e838fc | |
parent | 80ee497d9266ce506e989003c10e5177db8242ac (diff) | |
download | scintilla-mirror-2223f7e050c80fa0563ce9e4dd36cb63b38b4912.tar.gz |
Dropped headers no longer needed and not available in GTK+ 3.
-rw-r--r-- | gtk/ScintillaGTK.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx index e5da4b824..fcfb4529a 100644 --- a/gtk/ScintillaGTK.cxx +++ b/gtk/ScintillaGTK.cxx @@ -52,8 +52,6 @@ #include "ScintillaBase.h" #include "UniConversion.h" -#include "gtk/gtksignal.h" -#include "gtk/gtkmarshal.h" #include "scintilla-marshal.h" #ifdef SCI_LEXER |