aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaCocoa.h
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 /cocoa/ScintillaCocoa.h
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 'cocoa/ScintillaCocoa.h')
-rw-r--r--cocoa/ScintillaCocoa.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cocoa/ScintillaCocoa.h b/cocoa/ScintillaCocoa.h
index 9ef83e8b0..e86c00724 100644
--- a/cocoa/ScintillaCocoa.h
+++ b/cocoa/ScintillaCocoa.h
@@ -43,7 +43,6 @@
#include "CallTip.h"
#include "KeyMap.h"
#include "Indicator.h"
-#include "XPM.h"
#include "LineMarker.h"
#include "Style.h"
#include "ViewStyle.h"