X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libhashkit%2Fcommon.h;h=5cf8b9f53e47cad78724be2180257fcf173ab2d0;hb=ade26d9f2de230a6b9ce3cd45f909c56f529852a;hp=dff3ab0bc92eedaad6ffce0abb4ec138f20c5dfa;hpb=4209d822c35fea2ca1c5879e18bc6c063dba4c41;p=m6w6%2Flibmemcached diff --git a/libhashkit/common.h b/libhashkit/common.h index dff3ab0b..5cf8b9f5 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,7 @@ #include #include -#include "hashkit.h" +#include #ifdef __cplusplus extern "C" { @@ -32,5 +31,3 @@ int update_continuum(hashkit_st *hashkit); #ifdef __cplusplus } #endif - -#endif /* HASHKIT_COMMON_H */