fix includes
[awesomized/libmemcached] / src / libtest / collection.h
index a9f9cba843014229bfb88e79c316b7a3d320130a..2657449de3dd7684d9180108492fec960748df12 100644 (file)
@@ -36,9 +36,9 @@
 
 #pragma once
 
-#include <libtest/formatter.hpp>
+#include "libtest/formatter.hpp"
 
-#include <libtest/timer.hpp>
+#include "libtest/timer.hpp"
 
 namespace { class Framework; }