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/Text.cpp | |
| parent | 970159235e5f1a1dcb6a7f725e782374ced54d3b (diff) | |
implemented feedback
Diffstat (limited to 'src/crepe/api/Text.cpp')
| -rw-r--r-- | src/crepe/api/Text.cpp | 3 |
1 files changed, 0 insertions, 3 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; |