diff options
Diffstat (limited to 'src/ContractionState.h')
-rw-r--r-- | src/ContractionState.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ContractionState.h b/src/ContractionState.h index 1070fb59f..517bf6258 100644 --- a/src/ContractionState.h +++ b/src/ContractionState.h @@ -8,9 +8,7 @@ #ifndef CONTRACTIONSTATE_H #define CONTRACTIONSTATE_H -#ifdef SCI_NAMESPACE namespace Scintilla { -#endif template<class T> class SparseVector; @@ -73,8 +71,6 @@ public: void Check() const; }; -#ifdef SCI_NAMESPACE } -#endif #endif |