diff options
author | Neil <nyamatongwe@gmail.com> | 2017-08-28 17:22:28 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2017-08-28 17:22:28 +1000 |
commit | 6f2acdebacaed2086f4e1e88ca7c914118895eb5 (patch) | |
tree | b1616ab71f66bbe6dcd4b994cf77e1226f44f214 /src | |
parent | 120a40308f90d265ffae9fe15a330f9a0962335e (diff) | |
download | scintilla-mirror-6f2acdebacaed2086f4e1e88ca7c914118895eb5.tar.gz |
Backport: New header ILoader.h defines ILoader interface as it does not belong in ILexer.h.
Backport of changeset 6383:9c8257ff60b7.
Diffstat (limited to 'src')
-rw-r--r-- | src/Document.cxx | 1 | ||||
-rw-r--r-- | src/EditModel.cxx | 1 | ||||
-rw-r--r-- | src/EditView.cxx | 1 | ||||
-rw-r--r-- | src/Editor.cxx | 1 | ||||
-rw-r--r-- | src/MarginView.cxx | 1 | ||||
-rw-r--r-- | src/PositionCache.cxx | 1 | ||||
-rw-r--r-- | src/ScintillaBase.cxx | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/src/Document.cxx b/src/Document.cxx index 9a083aa23..01c38a579 100644 --- a/src/Document.cxx +++ b/src/Document.cxx @@ -32,6 +32,7 @@ #include "Platform.h" +#include "ILoader.h" #include "ILexer.h" #include "Scintilla.h" diff --git a/src/EditModel.cxx b/src/EditModel.cxx index faf21623e..57d6941cf 100644 --- a/src/EditModel.cxx +++ b/src/EditModel.cxx @@ -20,6 +20,7 @@ #include "Platform.h" +#include "ILoader.h" #include "ILexer.h" #include "Scintilla.h" diff --git a/src/EditView.cxx b/src/EditView.cxx index 162a86425..011d16575 100644 --- a/src/EditView.cxx +++ b/src/EditView.cxx @@ -23,6 +23,7 @@ #include "Platform.h" +#include "ILoader.h" #include "ILexer.h" #include "Scintilla.h" diff --git a/src/Editor.cxx b/src/Editor.cxx index f762f3449..1d40e89e2 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -23,6 +23,7 @@ #include "Platform.h" +#include "ILoader.h" #include "ILexer.h" #include "Scintilla.h" diff --git a/src/MarginView.cxx b/src/MarginView.cxx index cab0ed02c..a4d50217e 100644 --- a/src/MarginView.cxx +++ b/src/MarginView.cxx @@ -22,6 +22,7 @@ #include "Platform.h" +#include "ILoader.h" #include "ILexer.h" #include "Scintilla.h" diff --git a/src/PositionCache.cxx b/src/PositionCache.cxx index 591cf2254..379c6f338 100644 --- a/src/PositionCache.cxx +++ b/src/PositionCache.cxx @@ -18,6 +18,7 @@ #include "Platform.h" +#include "ILoader.h" #include "ILexer.h" #include "Scintilla.h" diff --git a/src/ScintillaBase.cxx b/src/ScintillaBase.cxx index 67bf4a062..64e0c9ff7 100644 --- a/src/ScintillaBase.cxx +++ b/src/ScintillaBase.cxx @@ -19,6 +19,7 @@ #include "Platform.h" +#include "ILoader.h" #include "ILexer.h" #include "Scintilla.h" |