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/common_paths.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/common_paths.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/common_paths.h b/src/common/common_paths.h index 440b06060..2903f2cf2 100644 --- a/src/common/common_paths.h +++ b/src/common/common_paths.h | |||
| @@ -4,9 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | // Make sure we pick up USER_DIR if set in config.h | ||
| 8 | #include "common/common.h" | ||
| 9 | |||
| 10 | // Directory separators, do we need this? | 7 | // Directory separators, do we need this? |
| 11 | #define DIR_SEP "/" | 8 | #define DIR_SEP "/" |
| 12 | #define DIR_SEP_CHR '/' | 9 | #define DIR_SEP_CHR '/' |