Fix additional clang finds.
[m6w6/libmemcached] / tests / print.cc
index b3c8d066dc3648645296c6afedf955a10eba7510..789265818bf76f63637c3f84288c8b8ff48d6d64 100644 (file)
@@ -1,6 +1,6 @@
 /*  vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
  * 
- *  Gearmand client and server library.
+ *  Libmemcached client and server library.
  *
  *  Copyright (C) 2011 Data Differential, http://datadifferential.com/
  *  All rights reserved.
  */
 
 #include <config.h>
+#include <libtest/test.hpp>
+
+using namespace libtest;
+
 
 #include <iostream>
 
 #include <libmemcached/memcached.h>
-#include <libtest/test.hpp>
 
 #include "tests/print.h"