remove obsolete file
[awesomized/libmemcached] / tests / libmemcached-1.0 / stat.cc
index f92c88e5808b1f738169e1ac08bbaf35d8d9898f..f65dea5f02afcd66171cc199221b217c85ac8e21 100644 (file)
  *
  */
 
-#include <mem_config.h>
+#include "mem_config.h"
 
 #include <cstdlib>
 #include <climits>
 
-#include <libtest/test.hpp>
+#include "libtest/test.hpp"
 
-#include <libmemcached-1.0/memcached.h>
-#include <libmemcachedutil-1.0/util.h>
+#include "libmemcached-1.0/memcached.h"
+#include "libmemcachedutil-1.0/util.h"
 
 using namespace libtest;
 
 #include "tests/libmemcached-1.0/stat.h"
 
-static memcached_return_t item_counter(memcached_server_instance_st ,
+static memcached_return_t item_counter(const memcached_instance_st * ,
                                        const char *key, size_t key_length,
                                        const char *value, size_t, // value_length,
                                        void *context)