Fix import paths

This commit is contained in:
Zach Hilman
2018-06-21 11:00:50 -04:00
parent e6ebc8fdc2
commit 86a4544aee
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
// Refer to the license.txt file included.
#pragma once
#include "vfs.h"
#include "core/file_sys/vfs.h"
namespace FileSys {

View File

@@ -4,7 +4,7 @@
#pragma once
#include "common/file_util.h"
#include "core\file_sys\vfs.h"
#include "core/file_sys/vfs.h"
namespace FileSys {