summaryrefslogtreecommitdiffstats
path: root/src/zix/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/zix/tree.c')
-rw-r--r--src/zix/tree.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/zix/tree.c b/src/zix/tree.c
index 1646709..b6fdd2a 100644
--- a/src/zix/tree.c
+++ b/src/zix/tree.c
@@ -14,15 +14,14 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include "zix/common.h"
+#include "zix/tree.h"
+
#include <assert.h>
#include <stdint.h>
-#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include "zix/common.h"
-#include "zix/tree.h"
-
typedef struct ZixTreeNodeImpl ZixTreeNode;
struct ZixTreeImpl {