diff --git a/yg/utils.cpp b/yg/utils.cpp index e9bea083c8..3c96b3403c 100644 --- a/yg/utils.cpp +++ b/yg/utils.cpp @@ -1,17 +1,10 @@ -#include "../base/SRC_FIRST.hpp" - #include "defines.hpp" #include "utils.hpp" -#include "memento.hpp" -#include "vertexbuffer.hpp" -#include "indexbuffer.hpp" -#include "../std/shared_ptr.hpp" +#include "internal/opengl.hpp" + #include "../std/target_os.hpp" -#include "../base/start_mem_debug.hpp" - - namespace yg { namespace gl diff --git a/yg/utils.hpp b/yg/utils.hpp index e465cfad6c..67ad8e2ede 100644 --- a/yg/utils.hpp +++ b/yg/utils.hpp @@ -1,9 +1,6 @@ #pragma once -#include "../geometry/rect2d.hpp" -#include "../geometry/point2d.hpp" -#include "color.hpp" -#include "texture.hpp" +#include "../std/stdint.hpp" namespace yg {