diff options
| author | 2015-05-06 04:06:12 -0300 | |
|---|---|---|
| committer | 2015-05-07 15:45:22 -0300 | |
| commit | e1fbac3ca13d37d2625c11d30cfdece4327b446b (patch) | |
| tree | da5daf1999660dbc7e75290627051dd8534131c8 /src/common/chunk_file.h | |
| parent | Common: Move alignment macros to common_funcs.h (diff) | |
| download | yuzu-e1fbac3ca13d37d2625c11d30cfdece4327b446b.tar.gz yuzu-e1fbac3ca13d37d2625c11d30cfdece4327b446b.tar.xz yuzu-e1fbac3ca13d37d2625c11d30cfdece4327b446b.zip | |
Common: Remove common.h
Diffstat (limited to '')
| -rw-r--r-- | src/common/chunk_file.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/chunk_file.h b/src/common/chunk_file.h index 3f97d56bf..dcd80525e 100644 --- a/src/common/chunk_file.h +++ b/src/common/chunk_file.h | |||
| @@ -34,8 +34,9 @@ | |||
| 34 | #include <set> | 34 | #include <set> |
| 35 | #include <type_traits> | 35 | #include <type_traits> |
| 36 | 36 | ||
| 37 | #include "common/common.h" | 37 | #include "common/common_types.h" |
| 38 | #include "common/file_util.h" | 38 | #include "common/file_util.h" |
| 39 | #include "common/logging/log.h" | ||
| 39 | 40 | ||
| 40 | template <class T> | 41 | template <class T> |
| 41 | struct LinkedListItem : public T | 42 | struct LinkedListItem : public T |