aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/file_sys/directory_file_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/file_sys/directory_file_system.h')
-rw-r--r--src/core/file_sys/directory_file_system.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/core/file_sys/directory_file_system.h b/src/core/file_sys/directory_file_system.h
index a11331a2..9af2854a 100644
--- a/src/core/file_sys/directory_file_system.h
+++ b/src/core/file_sys/directory_file_system.h
@@ -15,14 +15,13 @@
// Official git repository and contact information can be found at
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
-#ifndef CORE_FILE_SYS_DIRECTORY_H_
-#define CORE_FILE_SYS_DIRECTORY_H_
+#pragma once
// TODO: Remove the Windows-specific code, FILE is fine there too.
#include <map>
-#include "file_sys.h"
+#include "core/file_sys/file_sys.h"
#ifdef _WIN32
typedef void * HANDLE;
@@ -154,5 +153,3 @@ private:
std::string GetLocalPath(std::string localpath);
};
-
-#endif // CORE_FILE_SYS_DIRECTORY_H_