X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libhashkit%2Fcommon.h;h=4dece00f2337b6d52bfeb27386e3786724f0e079;hb=c69776b7cf0d0c26b07abd83da8a797182ff6fae;hp=73b198f589aa05c5ce640c9e5b6377b00125e206;hpb=c4dbc7e56b01545e25bc95ba122c79d4a2631a99;p=m6w6%2Flibmemcached diff --git a/libhashkit/common.h b/libhashkit/common.h index 73b198f5..4dece00f 100644 --- a/libhashkit/common.h +++ b/libhashkit/common.h @@ -6,8 +6,7 @@ * the COPYING file in the parent directory for full text. */ -#ifndef HASHKIT_COMMON_H -#define HASHKIT_COMMON_H +#pragma once #include @@ -17,7 +16,8 @@ #include #include -#include +#include +#include #ifdef __cplusplus extern "C" { @@ -32,5 +32,3 @@ int update_continuum(hashkit_st *hashkit); #ifdef __cplusplus } #endif - -#endif /* HASHKIT_COMMON_H */