From 601277bddb0a4d871b8ab90e88b5d7dfde3ec2a3 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 15 Mar 2018 10:15:10 +1100 Subject: 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. --- win32/ScintillaWin.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'win32') diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx index 0edb3c823..a04b63f57 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -65,7 +65,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