diff options
author | nyamatongwe <unknown> | 2003-01-10 11:17:13 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-01-10 11:17:13 +0000 |
commit | 0cf71e4a074cb4df980287fb793e610d67e49919 (patch) | |
tree | 8d407059a5932e378ae7b90cd23d1caab0a22b03 /src | |
parent | 01b9516c3f69e6be8497f32c35aee17f74aba86b (diff) | |
download | scintilla-mirror-0cf71e4a074cb4df980287fb793e610d67e49919.tar.gz |
Added XPM header which has been separated from LineMarker.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/Editor.cxx | 3 |
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" |