X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libhashkit%2Fcommon.h;h=4dece00f2337b6d52bfeb27386e3786724f0e079;hb=96d14bdbdcee9f68b5dfacfaaacaf670502ec074;hp=dff3ab0bc92eedaad6ffce0abb4ec138f20c5dfa;hpb=19a3233e3e645a7f4db7822625a0f57337bffe37;p=awesomized%2Flibmemcached diff --git a/libhashkit/common.h b/libhashkit/common.h index dff3ab0b..4dece00f 100644 --- a/libhashkit/common.h +++ b/libhashkit/common.h @@ -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 #include #include @@ -17,7 +16,8 @@ #include #include -#include "hashkit.h" +#include +#include #ifdef __cplusplus extern "C" { @@ -32,5 +32,3 @@ int update_continuum(hashkit_st *hashkit); #ifdef __cplusplus } #endif - -#endif /* HASHKIT_COMMON_H */