lp:794709
[m6w6/libmemcached] / libhashkit / common.h
index dff3ab0bc92eedaad6ffce0abb4ec138f20c5dfa..5cf8b9f53e47cad78724be2180257fcf173ab2d0 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,7 @@
 #include <stdlib.h>
 #include <math.h>
 
-#include "hashkit.h"
+#include <libhashkit/hashkit.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -32,5 +31,3 @@ int update_continuum(hashkit_st *hashkit);
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* HASHKIT_COMMON_H */