From d198105694ca05a9a30a502150004a7e64abc956 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Thu, 26 Sep 2013 14:34:59 +0200 Subject: [PATCH] make clang happy --- src/aspell/rclaspell.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: