fix includes
[awesomized/libmemcached] / tests / libmemcached-1.0 / error_conditions.cc
index 584f4c69c2dc4de052f882b5c8248ff3a4d41a3e..b9481b17c2c47ce9fa854dea62b265cefa75fc3b 100644 (file)
  *
  */
 
-#include <mem_config.h>
-#include <libtest/test.hpp>
+#include "mem_config.h"
+#include "libtest/test.hpp"
 
 #define BUILDING_LIBMEMCACHED
 
-#include <libmemcached-1.0/memcached.h>
+#include "libmemcached-1.0/memcached.h"
 #include "libmemcached/is.h"
 
-#include <tests/error_conditions.h>
+#include "tests/error_conditions.h"
 
 test_return_t memcached_increment_MEMCACHED_NO_SERVERS(memcached_st *)
 {