summaryrefslogtreecommitdiff
path: root/tests/glean/winsys.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/glean/winsys.cpp')
-rw-r--r--tests/glean/winsys.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/glean/winsys.cpp b/tests/glean/winsys.cpp
index e91b4eea5..866bb813a 100644
--- a/tests/glean/winsys.cpp
+++ b/tests/glean/winsys.cpp
@@ -31,8 +31,6 @@
// winsys.cpp: implementation of window-system services class
-using namespace std;
-
#include <iostream>
#include "options.h"
#include "winsys.h"
@@ -41,6 +39,8 @@ using namespace std;
#include "dsurf.h"
#include "rc.h"
+using namespace std;
+
namespace GLEAN {