summaryrefslogtreecommitdiff
path: root/src/common/assert.h
diff options
context:
space:
mode:
authorGravatar Emmanuel Gil Peyrot2015-06-20 23:36:19 +0100
committerGravatar Emmanuel Gil Peyrot2015-06-28 00:36:53 +0100
commit3a771a13dcfd1de061e886e081393fca1fd1e689 (patch)
treefc407932a6d1f859e57a61b86bd3820fc960baf4 /src/common/assert.h
parentCommon: Cleanup thread includes. (diff)
downloadyuzu-3a771a13dcfd1de061e886e081393fca1fd1e689.tar.gz
yuzu-3a771a13dcfd1de061e886e081393fca1fd1e689.tar.xz
yuzu-3a771a13dcfd1de061e886e081393fca1fd1e689.zip
Common: Cleanup profiler includes.
Diffstat (limited to '')
-rw-r--r--src/common/assert.h1
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"