aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-05-01 14:22:48 +1000
committernyamatongwe <devnull@localhost>2011-05-01 14:22:48 +1000
commit2223f7e050c80fa0563ce9e4dd36cb63b38b4912 (patch)
tree10ae42688ed665b9d51180f0a07fa71599e838fc
parent80ee497d9266ce506e989003c10e5177db8242ac (diff)
downloadscintilla-mirror-2223f7e050c80fa0563ce9e4dd36cb63b38b4912.tar.gz
Dropped headers no longer needed and not available in GTK+ 3.
-rw-r--r--gtk/ScintillaGTK.cxx2
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