diff options
| author | 2015-07-10 16:36:12 -0700 | |
|---|---|---|
| committer | 2015-07-10 16:36:12 -0700 | |
| commit | 867c28ae03b3b2883713896765f3ff76eaf90a19 (patch) | |
| tree | 8ff8cf3ab24d2f167c19217efb8175a8841c0359 /src/common/assert.h | |
| parent | Merge pull request #906 from aroulin/loader-format-specifier-warning (diff) | |
| parent | Core: Cleanup hw includes. (diff) | |
| download | yuzu-867c28ae03b3b2883713896765f3ff76eaf90a19.tar.gz yuzu-867c28ae03b3b2883713896765f3ff76eaf90a19.tar.xz yuzu-867c28ae03b3b2883713896765f3ff76eaf90a19.zip | |
Merge pull request #876 from linkmauve/include-cleanups
Cleanup includes, mostly in common
Diffstat (limited to 'src/common/assert.h')
| -rw-r--r-- | src/common/assert.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/assert.h b/src/common/assert.h index 7b7d8bf28..6849778b7 100644 --- a/src/common/assert.h +++ b/src/common/assert.h | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include <cstdio> | ||
| 8 | #include <cstdlib> | 7 | #include <cstdlib> |
| 9 | 8 | ||
| 10 | #include "common/common_funcs.h" | 9 | #include "common/common_funcs.h" |