Just testing merge
[awesomized/libmemcached] / libhashkit / common.h
index b2aaf0e21524bf7f1998bac5dc77a6051e35139c..5cf8b9f53e47cad78724be2180257fcf173ab2d0 100644 (file)
@@ -6,14 +6,9 @@
  * the COPYING file in the parent directory for full text.
  */
 
-#ifndef HASHKIT_COMMON_H
-#define HASHKIT_COMMON_H
+#pragma once
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#include "config.h"
+#include <config.h>
 
 #include <assert.h>
 #include <errno.h>
@@ -21,7 +16,11 @@ extern "C" {
 #include <stdlib.h>
 #include <math.h>
 
-#include "hashkit.h"
+#include <libhashkit/hashkit.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
 
 HASHKIT_LOCAL
 void md5_signature(const unsigned char *key, unsigned int length, unsigned char *result);
@@ -32,5 +31,3 @@ int update_continuum(hashkit_st *hashkit);
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* HASHKIT_COMMON_H */