Next pass in removing gettext (solve warnings on lion, we don't use GETTEXT anyways).
[awesomized/libmemcached] / libhashkit / common.h
index 73b198f589aa05c5ce640c9e5b6377b00125e206..4dece00f2337b6d52bfeb27386e3786724f0e079 100644 (file)
@@ -6,8 +6,7 @@
  * the COPYING file in the parent directory for full text.
  */
 
-#ifndef HASHKIT_COMMON_H
-#define HASHKIT_COMMON_H
+#pragma once
 
 #include <config.h>
 
@@ -17,7 +16,8 @@
 #include <stdlib.h>
 #include <math.h>
 
-#include <libhashkit/hashkit.h>
+#include <libhashkit-1.0/hashkit.h>
+#include <libhashkit/is.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -32,5 +32,3 @@ int update_continuum(hashkit_st *hashkit);
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* HASHKIT_COMMON_H */