diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-17 20:47:14 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-17 20:47:14 +0100 |
commit | 36f941aa1cdea5faeec20a0dc793e0538ccd6d15 (patch) | |
tree | f944b01ed0bb0d189e115f375cda8e3e7df5c17e /src/crepe/api | |
parent | 970159235e5f1a1dcb6a7f725e782374ced54d3b (diff) |
implemented feedback
Diffstat (limited to 'src/crepe/api')
-rw-r--r-- | src/crepe/api/Text.cpp | 3 | ||||
-rw-r--r-- | src/crepe/api/Text.h | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/crepe/api/Text.cpp b/src/crepe/api/Text.cpp index 9d57abd..4a94180 100644 --- a/src/crepe/api/Text.cpp +++ b/src/crepe/api/Text.cpp @@ -1,6 +1,3 @@ -#include "../facade/FontFacade.h" -#include "util/Log.h" - #include "Text.h" using namespace crepe; diff --git a/src/crepe/api/Text.h b/src/crepe/api/Text.h index c30dc80..da40141 100644 --- a/src/crepe/api/Text.h +++ b/src/crepe/api/Text.h @@ -3,8 +3,6 @@ #include <optional> #include <string> -#include "../Component.h" - #include "Asset.h" #include "Color.h" #include "UIObject.h" |