remove some useless include; add include <filesystem> for entrypoint
This commit is contained in:
@ -10,7 +10,6 @@
|
||||
#include "Asset.h"
|
||||
#include "Prism/Utilities/FileSystem.h"
|
||||
#include "Prism/Core/Ref.h"
|
||||
#include "Prism/Project/Project.h"
|
||||
|
||||
namespace Prism
|
||||
{
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
#ifndef ENTRYPOINT_H
|
||||
#define ENTRYPOINT_H
|
||||
|
||||
#include <filesystem>
|
||||
#include <iostream>
|
||||
|
||||
#include "Application.h"
|
||||
|
||||
Reference in New Issue
Block a user