mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
chore(build): remove unused includes
This commit is contained in:
parent
8e61a4c428
commit
ee1d46db19
10 changed files with 0 additions and 13 deletions
|
|
@ -1,7 +1,6 @@
|
|||
#include "gx/font/FreeType.hpp"
|
||||
#include "gx/font/FreeTypeInternal.hpp"
|
||||
#include "freetype/ftmodule.h"
|
||||
#include <storm/Memory.hpp>
|
||||
|
||||
FT_Library g_FTLibrary;
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
#include "gx/Blit.hpp"
|
||||
#include "gx/CGxBatch.hpp"
|
||||
#include "gx/Shader.hpp"
|
||||
#include "gx/Texture.hpp"
|
||||
#include "gx/Window.hpp"
|
||||
#include "gx/texture/CGxTex.hpp"
|
||||
#include <cmath>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
#include "gx/gll/GLAbstractWindow.h"
|
||||
#include <cmath>
|
||||
#include <ApplicationServices/ApplicationServices.h>
|
||||
|
||||
int32_t GLAbstractWindow::GetBackingWidth() {
|
||||
return static_cast<int32_t>(std::floor(this->GetBackingRect().size.width));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue