From 8251be3e7ec0e381391c951fd4c8f1ab8080bef9 Mon Sep 17 00:00:00 2001 From: Julian T Date: Tue, 12 Jan 2021 18:48:40 +0100 Subject: Reorgranize source file structure --- src/object.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/object.cpp') diff --git a/src/object.cpp b/src/object.cpp index 15fc267..0f7332f 100644 --- a/src/object.cpp +++ b/src/object.cpp @@ -2,7 +2,7 @@ #include #include -#include "common.hpp" +#include "core/common.hpp" void Color::clamp() { if (m_x > 1) { m_x = 1; } -- cgit v1.2.3