Remove some unnecessary header includes
This commit is contained in:
parent
e2eaf2edb8
commit
e13af96a72
6 changed files with 0 additions and 9 deletions
|
@ -1,8 +1,6 @@
|
|||
#include "audio.hpp"
|
||||
|
||||
#include <opusfile.h>
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
|
||||
#include "file.hpp"
|
||||
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
#include "materialcompiler.hpp"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include "file.hpp"
|
||||
#include "log.hpp"
|
||||
#include "engine.hpp"
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
#include "gfx.hpp"
|
||||
#include "gfx_commandbuffer.hpp"
|
||||
#include "imgui_utility.hpp"
|
||||
#include "console.hpp"
|
||||
#include "input.hpp"
|
||||
#include "scenecapture.hpp"
|
||||
|
||||
|
|
|
@ -2,10 +2,8 @@
|
|||
|
||||
#include <imgui.h>
|
||||
#include <imgui_stdlib.h>
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
#include "engine.hpp"
|
||||
#include "imguipass.hpp"
|
||||
#include "file.hpp"
|
||||
#include "json_conversions.hpp"
|
||||
#include "platform.hpp"
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
#include <functional>
|
||||
|
||||
#include "engine.hpp"
|
||||
#include "imguipass.hpp"
|
||||
#include "file.hpp"
|
||||
#include "json_conversions.hpp"
|
||||
#include "platform.hpp"
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#include "shadercompiler.hpp"
|
||||
#include "log.hpp"
|
||||
#include "string_utils.hpp"
|
||||
#include "utility.hpp"
|
||||
|
||||
bool has_extension(const std::filesystem::path& path, const std::string_view extension) {
|
||||
return string_contains(path.filename().string(), extension);
|
||||
|
|
Reference in a new issue