[memcached] plindner, r515: stdbool is in memcached.h
commits at code.sixapart.com
commits at code.sixapart.com
Tue Apr 17 00:59:13 UTC 2007
stdbool is in memcached.h
U trunk/server/slabs.c
U trunk/server/stats.c
Modified: trunk/server/slabs.c
===================================================================
--- trunk/server/slabs.c 2007-04-17 00:44:49 UTC (rev 514)
+++ trunk/server/slabs.c 2007-04-17 00:59:12 UTC (rev 515)
@@ -22,7 +22,6 @@
#include <stdio.h>
#include <string.h>
#include <assert.h>
-#include <stdbool.h>
#define POWER_SMALLEST 1
#define POWER_LARGEST 200
Modified: trunk/server/stats.c
===================================================================
--- trunk/server/stats.c 2007-04-17 00:44:49 UTC (rev 514)
+++ trunk/server/stats.c 2007-04-17 00:59:12 UTC (rev 515)
@@ -12,7 +12,6 @@
#include "memcached.h"
#include <stdio.h>
#include <stdlib.h>
-#include <stdbool.h>
#include <string.h>
#include <assert.h>
More information about the memcached-commits
mailing list