aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Document.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Document.h')
-rw-r--r--src/Document.h18
1 files changed, 8 insertions, 10 deletions
diff --git a/src/Document.h b/src/Document.h
index 4e3ac3a21..a3af204eb 100644
--- a/src/Document.h
+++ b/src/Document.h
@@ -10,6 +10,14 @@
namespace Scintilla {
+class DocWatcher;
+class DocModification;
+class Document;
+class LineMarkers;
+class LineLevels;
+class LineState;
+class LineAnnotation;
+
enum EncodingFamily { efEightBit, efUnicode, efDBCS };
/**
@@ -77,10 +85,6 @@ public:
}
};
-class DocWatcher;
-class DocModification;
-class Document;
-
/**
* Interface class for regular expression searching
*/
@@ -160,12 +164,6 @@ public:
bool isEnabled;
};
-class Document;
-class LineMarkers;
-class LineLevels;
-class LineState;
-class LineAnnotation;
-
inline int LevelNumber(int level) {
return level & SC_FOLDLEVELNUMBERMASK;
}