fix includes
[awesomized/libmemcached] / tests / memtouch.cc
index d7c798cd605b86601503d7cf7946bf870e071b89..f2d9a80c739d1938ce81bf635d6ac1be9a0fcd63 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;