Remove memcached_do()
[awesomized/libmemcached] / example / memcached_light.c
index 6a650bba062ad1599888c8354a9d04a42fe6d58b..1827437857bdfd144705223bb5581f3a5e0d22bc 100644 (file)
 #include <string.h>
 #include <event.h>
 
-#include <libmemcachedprotocol-0.0/protocol_handler.h>
+#include <libmemcachedprotocol-0.0/handler.h>
+#include <libmemcached/close_socket.hpp>
 #include <example/byteorder.h>
-#include "storage.h"
-#include "memcached_light.h"
+#include "example/storage.h"
+#include "example/memcached_light.h"
 
 extern memcached_binary_protocol_callback_st interface_v0_impl;
 extern memcached_binary_protocol_callback_st interface_v1_impl;