aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Selection.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Selection.cxx')
-rw-r--r--src/Selection.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Selection.cxx b/src/Selection.cxx
index 0675ceefe..9cf4e6f09 100644
--- a/src/Selection.cxx
+++ b/src/Selection.cxx
@@ -17,12 +17,10 @@
#include "Debugging.h"
-#include "Scintilla.h"
-
#include "Position.h"
#include "Selection.h"
-using namespace Scintilla;
+using namespace Scintilla::Internal;
void SelectionPosition::MoveForInsertDelete(bool insertion, Sci::Position startChange, Sci::Position length, bool moveForEqual) noexcept {
if (insertion) {