Merge in parser adjustment so that = now belongs to the actual parser.
[awesomized/libmemcached] / libmemcached / common.h
index 26182b19677dfc2790edcda19ce75a7702c39296..1a813a02443315036767e9c6343c3d3a904de34d 100644 (file)
@@ -13,8 +13,7 @@
   Common include file for libmemached
 */
 
-#ifndef __LIBMEMCACHED_COMMON_H__
-#define __LIBMEMCACHED_COMMON_H__
+#pragma once
 
 #include <config.h>
 
@@ -48,6 +47,7 @@
 #include "libmemcached/memcached.h"
 #include "libmemcached/watchpoint.h"
 #include "libmemcached/is.h"
+#include "libmemcached/prefix_key.h"
 
 typedef struct memcached_server_st * memcached_server_write_instance_st;
 
@@ -66,10 +66,12 @@ memcached_return_t memcached_server_execute(memcached_st *ptr,
 #include "libmemcached/io.h"
 #include "libmemcached/do.h"
 #include "libmemcached/internal.h"
+#include "libmemcached/array.h"
 #include "libmemcached/libmemcached_probes.h"
 #include "libmemcached/memcached/protocol_binary.h"
 #include "libmemcached/byteorder.h"
 #include "libmemcached/response.h"
+#include "libmemcached/prefix_key.h"
 
 /* string value */
 struct memcached_continuum_item_st
@@ -216,5 +218,3 @@ static inline void *libmemcached_calloc(const memcached_st *ptr, size_t nelem, s
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __LIBMEMCACHED_COMMON_H__ */