From: Marko Kreen Date: Fri, 23 Nov 2007 10:58:34 +0000 (+0000) Subject: hash.c: use system.h X-Git-Tag: pgbouncer_1_2_rc2~123 X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/queryCache.php?a=commitdiff_plain;h=5ec03bb90006e94a6c1e80c6c58e1e6526f1bd43;p=pgbouncer.git hash.c: use system.h --- diff --git a/src/hash.c b/src/hash.c index 1712a17..80179a8 100644 --- a/src/hash.c +++ b/src/hash.c @@ -26,10 +26,7 @@ * Actual difference varies as it depends on cpu/compiler/libc details. */ -#include -#include -#include - +#include "system.h" #include "hash.h" /* rotate uint32 */