Switch to side-by-side view
--- a/src/aspell/rclaspell.cpp +++ b/src/aspell/rclaspell.cpp @@ -25,8 +25,6 @@ #include <dlfcn.h> #include <stdlib.h> -using namespace std; - #include ASPELL_INCLUDE #include "pathut.h" @@ -35,6 +33,8 @@ #include "debuglog.h" #include "unacpp.h" #include "ptmutex.h" + +using namespace std; // Just a place where we keep the Aspell library entry points together class AspellApi {