summaryrefslogtreecommitdiff
path: root/test/checkpoint
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-10-04 12:10:17 -0400
committerKeith Bostic <keith@wiredtiger.com>2014-10-04 12:10:17 -0400
commitc2cb2d418a35863c7a84f28afd6463dbdb79b3b4 (patch)
tree025163a8a87180e53e11e5656e3100e2491d2719 /test/checkpoint
parente3df1c8ca35214b0ddc643f27c91390ec49ca7fd (diff)
downloadmongo-c2cb2d418a35863c7a84f28afd6463dbdb79b3b4.tar.gz
Simplify gcc.h, don't repeat the GCC atomic builtins, just use one version.
Break hardware.h up into gcc.h and lint.h (hardware.h is still there, but it's mostly empty). Remove need for gcc.h from various benchmarking/test programs.
Diffstat (limited to 'test/checkpoint')
-rw-r--r--test/checkpoint/test_checkpoint.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/checkpoint/test_checkpoint.h b/test/checkpoint/test_checkpoint.h
index 1a6c1abf9d2..2a8bbdcc212 100644
--- a/test/checkpoint/test_checkpoint.h
+++ b/test/checkpoint/test_checkpoint.h
@@ -38,7 +38,6 @@
#include <unistd.h>
#include <wiredtiger.h>
-#include <gcc.h> /* WiredTiger internal */
#include "wt_internal.h" /* For __wt_random */
#define URI_BASE "table:__wt" /* File name */