diff --git a/src/aspell/rclaspell.cpp b/src/aspell/rclaspell.cpp index 1db433f7..2da5ce69 100644 --- a/src/aspell/rclaspell.cpp +++ b/src/aspell/rclaspell.cpp @@ -25,8 +25,6 @@ #include #include -using namespace std; - #include ASPELL_INCLUDE #include "pathut.h" @@ -36,6 +34,8 @@ using namespace std; #include "unacpp.h" #include "ptmutex.h" +using namespace std; + // Just a place where we keep the Aspell library entry points together class AspellApi { public: