aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/facade/SDLFontContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/facade/SDLFontContext.h')
-rw-r--r--src/crepe/facade/SDLFontContext.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/crepe/facade/SDLFontContext.h b/src/crepe/facade/SDLFontContext.h
index cb3ca9d..d15e1a3 100644
--- a/src/crepe/facade/SDLFontContext.h
+++ b/src/crepe/facade/SDLFontContext.h
@@ -1,7 +1,6 @@
#pragma once
-#include <SDL2/SDL_ttf.h>
-#include <fontconfig/fontconfig.h>
+
#include <memory>
#include "../api/Asset.h"
@@ -25,7 +24,6 @@ public:
*/
Asset get_font_asset(const std::string font_family);
-private:
};
} // namespace crepe