aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/PositionCache.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 /src/PositionCache.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 'src/PositionCache.cxx')
-rw-r--r--src/PositionCache.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/PositionCache.cxx b/src/PositionCache.cxx
index 3d0888c68..3bb0f7e28 100644
--- a/src/PositionCache.cxx
+++ b/src/PositionCache.cxx
@@ -32,7 +32,6 @@
#include "CellBuffer.h"
#include "KeyMap.h"
#include "Indicator.h"
-#include "XPM.h"
#include "LineMarker.h"
#include "Style.h"
#include "ViewStyle.h"