remove some useless include; add include <filesystem> for entrypoint

This commit is contained in:
2026-03-15 00:49:10 +08:00
parent a6fb4bdcea
commit 3f56a6878d
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,6 @@
#include "Asset.h"
#include "Prism/Utilities/FileSystem.h"
#include "Prism/Core/Ref.h"
#include "Prism/Project/Project.h"
namespace Prism
{

View File

@ -5,6 +5,7 @@
#ifndef ENTRYPOINT_H
#define ENTRYPOINT_H
#include <filesystem>
#include <iostream>
#include "Application.h"