chore(build): remove unused includes

This commit is contained in:
fallenoak 2023-03-31 12:03:37 -05:00 committed by GitHub
parent 8e61a4c428
commit ee1d46db19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 0 additions and 13 deletions

View file

@ -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;

View file

@ -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>

View file

@ -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));