summaryrefslogtreecommitdiff
path: root/thirdparty/misc/triangulator.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/misc/triangulator.h')
-rw-r--r--thirdparty/misc/triangulator.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/thirdparty/misc/triangulator.h b/thirdparty/misc/triangulator.h
index d1538cfae5..c85792fd50 100644
--- a/thirdparty/misc/triangulator.h
+++ b/thirdparty/misc/triangulator.h
@@ -21,11 +21,11 @@
#ifndef TRIANGULATOR_H
#define TRIANGULATOR_H
-#include "list.h"
-#include "set.h"
-#include "vector2.h"
-//2D point structure
+#include "core/list.h"
+#include "core/math/vector2.h"
+#include "core/set.h"
+//2D point structure
#define TRIANGULATOR_CCW 1
#define TRIANGULATOR_CW -1