diff options
| author | archshift <gh@archshift.com> | 2015-05-31 09:55:29 -0700 |
|---|---|---|
| committer | archshift <gh@archshift.com> | 2015-05-31 09:55:29 -0700 |
| commit | 0414ad20cb82ef0565d08c4102b64ccbc89d5012 (patch) | |
| tree | 3ec018dd373582c3f460ae0441f600ba5c445e48 /src/video_core/debug_utils/debug_utils.h | |
| parent | 833936fc64d63cf3cfd6454c4be0d1f2f7445ffd (diff) | |
| parent | 76690392bf8923d7172936836d15e3caebb26cf0 (diff) | |
Merge pull request #811 from archshift/commonify
Commonify video_core utility headers
Diffstat (limited to 'src/video_core/debug_utils/debug_utils.h')
| -rw-r--r-- | src/video_core/debug_utils/debug_utils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/video_core/debug_utils/debug_utils.h b/src/video_core/debug_utils/debug_utils.h index f361a5385..7926d64ec 100644 --- a/src/video_core/debug_utils/debug_utils.h +++ b/src/video_core/debug_utils/debug_utils.h @@ -12,7 +12,8 @@ #include <mutex> #include <vector> -#include "video_core/math.h" +#include "common/vector_math.h" + #include "video_core/pica.h" namespace Pica { |
