summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorGravatar Emmanuel Gil Peyrot2015-06-21 15:11:32 +0100
committerGravatar Emmanuel Gil Peyrot2015-06-28 00:36:54 +0100
commitaea15f5c731b325be48ea4900ae3eca341ac03cd (patch)
tree695d7a0d4c404340cabdd5e5565913f3c86ba5b9 /src/common
parentCitraQt: Cleanup includes. (diff)
downloadyuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.tar.gz
yuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.tar.xz
yuzu-aea15f5c731b325be48ea4900ae3eca341ac03cd.zip
Core: Cleanup core includes.
Diffstat (limited to '')
-rw-r--r--src/common/chunk_file.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/chunk_file.h b/src/common/chunk_file.h
index ee9f3d7c0..8be0b1109 100644
--- a/src/common/chunk_file.h
+++ b/src/common/chunk_file.h
@@ -33,10 +33,11 @@
33#include <set> 33#include <set>
34#include <string> 34#include <string>
35#include <type_traits> 35#include <type_traits>
36#include <utility>
36#include <vector> 37#include <vector>
37 38
39#include "common/assert.h"
38#include "common/common_types.h" 40#include "common/common_types.h"
39#include "common/file_util.h"
40#include "common/logging/log.h" 41#include "common/logging/log.h"
41 42
42template <class T> 43template <class T>