diff options
author | Michael Cahill <michael.cahill@wiredtiger.com> | 2011-02-03 11:26:04 +1100 |
---|---|---|
committer | Michael Cahill <michael.cahill@wiredtiger.com> | 2011-02-03 11:26:04 +1100 |
commit | 393206531fd7c2cfdf27d714adf947f43738a524 (patch) | |
tree | 057b751fe989e63d996fbd3ee2774b273967ca7e /examples | |
parent | 5cc55f0dc6218d989b52fb36bb999d54080dbcd2 (diff) | |
download | mongo-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.c | 2 | ||||
-rw-r--r-- | examples/c/ex_extending.c | 2 |
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"; |