Next pass in removing gettext (solve warnings on lion, we don't use GETTEXT anyways).
[awesomized/libmemcached] / libhashkit / common.h
index dff3ab0bc92eedaad6ffce0abb4ec138f20c5dfa..4dece00f2337b6d52bfeb27386e3786724f0e079 100644 (file)
@@ -6,10 +6,9 @@
  * the COPYING file in the parent directory for full text.
  */
 
-#ifndef HASHKIT_COMMON_H
-#define HASHKIT_COMMON_H
+#pragma once
 
-#include "config.h"
+#include <config.h>
 
 #include <assert.h>
 #include <errno.h>
@@ -17,7 +16,8 @@
 #include <stdlib.h>
 #include <math.h>
 
-#include "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 */