diff options
Diffstat (limited to 'zix/btree.c')
-rw-r--r-- | zix/btree.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/zix/btree.c b/zix/btree.c index f337f7d..75ce363 100644 --- a/zix/btree.c +++ b/zix/btree.c @@ -14,14 +14,13 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "zix/btree.h" + #include <assert.h> #include <stdint.h> -#include <stdio.h> #include <stdlib.h> #include <string.h> -#include "zix/btree.h" - // #define ZIX_BTREE_DEBUG 1 #ifndef ZIX_BTREE_PAGE_SIZE |