aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/ScintillaGTK.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-03-15 10:15:10 +1100
committerNeil <nyamatongwe@gmail.com>2018-03-15 10:15:10 +1100
commit601277bddb0a4d871b8ab90e88b5d7dfde3ec2a3 (patch)
tree8b66bcf23cff57af312098c98147c5169fd92065 /gtk/ScintillaGTK.cxx
parent49daf8127b8d8df7a307be5c4a2b65a6a6708678 (diff)
downloadscintilla-mirror-601277bddb0a4d871b8ab90e88b5d7dfde3ec2a3.tar.gz
Use forward class definitions of XPM and RGBAImage so only code that uses them
needs to #include "XPM.h". Move definition of standard methods on LineMarker from header to implementation to reduce included text and further isolate use of XPM and RGBAImage.
Diffstat (limited to 'gtk/ScintillaGTK.cxx')
-rw-r--r--gtk/ScintillaGTK.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx
index 48aa30a71..6a9af496b 100644
--- a/gtk/ScintillaGTK.cxx
+++ b/gtk/ScintillaGTK.cxx
@@ -56,7 +56,6 @@
#include "CallTip.h"
#include "KeyMap.h"
#include "Indicator.h"
-#include "XPM.h"
#include "LineMarker.h"
#include "Style.h"
#include "ViewStyle.h"