summaryrefslogtreecommitdiff
path: root/src/core/file_sys
diff options
context:
space:
mode:
authorGravatar bunnei2018-10-30 13:13:39 -0400
committerGravatar GitHub2018-10-30 13:13:39 -0400
commitda5fcbf50162c1c152f9d7e2d8b7c5f077f37726 (patch)
treef07a9c0e79fdf7a52a11f56de7f2942aa8a0c08d /src/core/file_sys
parentMerge pull request #1595 from FreddyFunk/cast (diff)
parentgeneral: Remove unused boost inclusions where applicable (diff)
downloadyuzu-da5fcbf50162c1c152f9d7e2d8b7c5f077f37726.tar.gz
yuzu-da5fcbf50162c1c152f9d7e2d8b7c5f077f37726.tar.xz
yuzu-da5fcbf50162c1c152f9d7e2d8b7c5f077f37726.zip
Merge pull request #1624 from lioncash/boost
general: Remove unused boost inclusions where applicable
Diffstat (limited to 'src/core/file_sys')
-rw-r--r--src/core/file_sys/fsmitm_romfsbuild.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/file_sys/fsmitm_romfsbuild.h b/src/core/file_sys/fsmitm_romfsbuild.h
index 3d377b0af..a62502193 100644
--- a/src/core/file_sys/fsmitm_romfsbuild.h
+++ b/src/core/file_sys/fsmitm_romfsbuild.h
@@ -27,7 +27,6 @@
27#include <map> 27#include <map>
28#include <memory> 28#include <memory>
29#include <string> 29#include <string>
30#include <boost/detail/container_fwd.hpp>
31#include "common/common_types.h" 30#include "common/common_types.h"
32#include "core/file_sys/vfs.h" 31#include "core/file_sys/vfs.h"
33 32