impr: Optimize api includes

This commit is contained in:
WerWolv
2023-11-30 11:23:12 +01:00
parent e370fdb0fc
commit 8ee234e5a6
29 changed files with 29 additions and 88 deletions

View File

@@ -2,8 +2,6 @@
#include "messaging.hpp"
#include <hex/api/content_registry.hpp>
#if defined(OS_WINDOWS)
#include <hex/helpers/utils.hpp>
@@ -12,7 +10,6 @@
#include <imgui.h>
#include <imgui_internal.h>
#include <GLFW/glfw3.h>
#define GLFW_EXPOSE_NATIVE_WIN32
#include <GLFW/glfw3native.h>
#undef GLFW_EXPOSE_NATIVE_WIN32
@@ -25,7 +22,6 @@
#include <wrl/client.h>
#include <fcntl.h>
#include <csignal>
#include <cstdio>
namespace hex {