]> wimlib.net Git - wimlib/blobdiff - src/avl_tree.c
Use quote includes for all internal headers
[wimlib] / src / avl_tree.c
index 86eb38823477e72b9f13a37c17153eb281e54cc8..e9841f56229c34ec8950c0049000f6bc1824e3a6 100644 (file)
@@ -11,7 +11,7 @@
  * You can do whatever you want with this file.
  */
 
-#include <wimlib/avl_tree.h>
+#include "wimlib/avl_tree.h"
 
 /* Starts an in-order traversal of the tree: returns the least-valued node, or
  * NULL if the tree is empty.  */