fix includes
[awesomized/libmemcached] / tests / memexist.cc
index f2dd2f7a150bb9f25eb2b86914671038029c34cc..b081e685cf34c448c1f6c4a4a50ae258b14a7312 100644 (file)
   Test that we are cycling the servers we are creating during testing.
 */
 
-#include <mem_config.h>
+#include "mem_config.h"
 
-#include <libtest/test.hpp>
-#include <libmemcached-1.0/memcached.h>
-#include <libmemcachedutil-1.0/util.h>
+#include "libtest/test.hpp"
+#include "libmemcached-1.0/memcached.h"
+#include "libmemcachedutil-1.0/util.h"
 
 using namespace libtest;