summaryrefslogtreecommitdiff
path: root/src/libtess2/bucketalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libtess2/bucketalloc.h')
-rwxr-xr-xsrc/libtess2/bucketalloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtess2/bucketalloc.h b/src/libtess2/bucketalloc.h
index 7168cd7aa7..077d768136 100755
--- a/src/libtess2/bucketalloc.h
+++ b/src/libtess2/bucketalloc.h
@@ -36,7 +36,7 @@
extern "C" {
#endif
-#include <libtess2/tesselator.h>
+#include "tesselator.h"
struct BucketAlloc *createBucketAlloc( TESSalloc* alloc, const char *name,
unsigned int itemSize, unsigned int bucketSize );