summaryrefslogtreecommitdiff
path: root/cbtree.h
diff options
context:
space:
mode:
Diffstat (limited to 'cbtree.h')
-rw-r--r--cbtree.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cbtree.h b/cbtree.h
index 0be14fb7ee..43193abdda 100644
--- a/cbtree.h
+++ b/cbtree.h
@@ -14,8 +14,6 @@
#ifndef CBTREE_H
#define CBTREE_H
-#include "git-compat-util.h"
-
struct cb_node;
struct cb_node {
struct cb_node *child[2];