X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=libhashkit%2Fcommon.h;h=d32d31bc3e845350b5bf1ce0bc6d742c1071a805;hb=1f483f29cd415fdb749a5571d9e1483dd11a2ab0;hp=144235972b7a2f40be0c079ed280e67ec2c038e3;hpb=7b07a66da945a8463054f9514aa50d0085d6702b;p=awesomized%2Flibmemcached diff --git a/libhashkit/common.h b/libhashkit/common.h index 14423597..d32d31bc 100644 --- a/libhashkit/common.h +++ b/libhashkit/common.h @@ -2,7 +2,7 @@ * * HashKit library * - * Copyright (C) 2011 Data Differential, http://datadifferential.com/ + * Copyright (C) 2011-2012 Data Differential, http://datadifferential.com/ * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -37,7 +37,7 @@ #pragma once -#include +#include "libhashkit/hashkitcon.h" #include #include @@ -52,9 +52,10 @@ #endif #include -#include -#include -#include +#include "libhashkit/algorithm.h" +#include "libhashkit/is.h" +#include "libhashkit/string.h" +#include "libhashkit/aes.h" #ifdef __cplusplus extern "C" {