diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-06-21 00:36:19 +0200 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-06-28 01:36:53 +0200 |
commit | 3a771a13dcfd1de061e886e081393fca1fd1e689 (patch) | |
tree | fc407932a6d1f859e57a61b86bd3820fc960baf4 /src/common/assert.h | |
parent | Common: Cleanup thread includes. (diff) | |
download | yuzu-3a771a13dcfd1de061e886e081393fca1fd1e689.tar yuzu-3a771a13dcfd1de061e886e081393fca1fd1e689.tar.gz yuzu-3a771a13dcfd1de061e886e081393fca1fd1e689.tar.bz2 yuzu-3a771a13dcfd1de061e886e081393fca1fd1e689.tar.lz yuzu-3a771a13dcfd1de061e886e081393fca1fd1e689.tar.xz yuzu-3a771a13dcfd1de061e886e081393fca1fd1e689.tar.zst yuzu-3a771a13dcfd1de061e886e081393fca1fd1e689.zip |
Diffstat (limited to '')
-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 @@ #pragma once -#include <cstdio> #include <cstdlib> #include "common/common_funcs.h" |