summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2011-02-03 11:26:04 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2011-02-03 11:26:04 +1100
commit393206531fd7c2cfdf27d714adf947f43738a524 (patch)
tree057b751fe989e63d996fbd3ee2774b273967ca7e /examples
parent5cc55f0dc6218d989b52fb36bb999d54080dbcd2 (diff)
downloadmongo-393206531fd7c2cfdf27d714adf947f43738a524.tar.gz
Put the contents of wiredtiger_ext.h back into wiredtiger.h
Diffstat (limited to 'examples')
-rw-r--r--examples/c/ex_all.c2
-rw-r--r--examples/c/ex_extending.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/c/ex_all.c b/examples/c/ex_all.c
index 89e1ed21d06..61a1699a08b 100644
--- a/examples/c/ex_all.c
+++ b/examples/c/ex_all.c
@@ -10,7 +10,7 @@
#include <stdio.h>
#include <string.h>
-#include <wiredtiger_ext.h>
+#include <wiredtiger.h>
void cursor_ops(WT_CURSOR *cursor);
void session_ops(WT_SESSION *session);
diff --git a/examples/c/ex_extending.c b/examples/c/ex_extending.c
index 670a497c8cb..38e79676a7d 100644
--- a/examples/c/ex_extending.c
+++ b/examples/c/ex_extending.c
@@ -9,7 +9,7 @@
#include <stdio.h>
#include <string.h>
-#include <wiredtiger_ext.h>
+#include <wiredtiger.h>
const char *home = "WT_TEST";