aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-01-10 11:17:13 +0000
committernyamatongwe <devnull@localhost>2003-01-10 11:17:13 +0000
commit41411dd6d37782b88bb19b7815e3f2a90e5e00cf (patch)
tree8d407059a5932e378ae7b90cd23d1caab0a22b03 /src
parent8af087fa2317b4b66efe11e78cefe17fc1f771b2 (diff)
downloadscintilla-mirror-41411dd6d37782b88bb19b7815e3f2a90e5e00cf.tar.gz
Added XPM header which has been separated from LineMarker.h.
Diffstat (limited to 'src')
-rw-r--r--src/Editor.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx
index 01c850176..ddd9fbcd6 100644
--- a/src/Editor.cxx
+++ b/src/Editor.cxx
@@ -2,7 +2,7 @@
/** @file Editor.cxx
** Main code for the edit control.
**/
-// Copyright 1998-2002 by Neil Hodgson <neilh@scintilla.org>
+// Copyright 1998-2003 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.
#include <stdlib.h>
@@ -22,6 +22,7 @@
#include "CellBuffer.h"
#include "KeyMap.h"
#include "Indicator.h"
+#include "XPM.h"
#include "LineMarker.h"
#include "Style.h"
#include "ViewStyle.h"