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. --- src/EditModel.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/EditModel.cxx') diff --git a/src/EditModel.cxx b/src/EditModel.cxx index f7f73e178..7a6c098ed 100644 --- a/src/EditModel.cxx +++ b/src/EditModel.cxx @@ -34,7 +34,6 @@ #include "CellBuffer.h" #include "KeyMap.h" #include "Indicator.h" -#include "XPM.h" #include "LineMarker.h" #include "Style.h" #include "ViewStyle.h" -- cgit v1.2.3