fix includes
[awesomized/libmemcached] / tests / memcapable.cc
index 6a9034399bddd2089f7bbddabe1b3b401aafae63..2bd1aec2ccdf1013d5da3158b7d31ad500e3fe33 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 "libtest/test.hpp"
+#include "libmemcached-1.0/memcached.h"
 
 using namespace libtest;