From 2851eb18ecccf35ca6be1c583dfa23c54b5d732c Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 15 Mar 2018 10:15:10 +1100 Subject: Backport: 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. Backport of changeset 6624:32adac0930bb. --- cocoa/ScintillaCocoa.h | 1 - 1 file changed, 1 deletion(-) (limited to 'cocoa') diff --git a/cocoa/ScintillaCocoa.h b/cocoa/ScintillaCocoa.h index 9673b1b50..ae8c2451a 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" -- cgit v1.2.3