diff options
author | archshift <gh@archshift.com> | 2015-05-31 18:55:29 +0200 |
---|---|---|
committer | archshift <gh@archshift.com> | 2015-05-31 18:55:29 +0200 |
commit | 0414ad20cb82ef0565d08c4102b64ccbc89d5012 (patch) | |
tree | 3ec018dd373582c3f460ae0441f600ba5c445e48 /src/video_core/pica.h | |
parent | Merge pull request #832 from yuriks/refresh-rate-option (diff) | |
parent | Move video_core/color.h to common/color.h (diff) | |
download | yuzu-0414ad20cb82ef0565d08c4102b64ccbc89d5012.tar yuzu-0414ad20cb82ef0565d08c4102b64ccbc89d5012.tar.gz yuzu-0414ad20cb82ef0565d08c4102b64ccbc89d5012.tar.bz2 yuzu-0414ad20cb82ef0565d08c4102b64ccbc89d5012.tar.lz yuzu-0414ad20cb82ef0565d08c4102b64ccbc89d5012.tar.xz yuzu-0414ad20cb82ef0565d08c4102b64ccbc89d5012.tar.zst yuzu-0414ad20cb82ef0565d08c4102b64ccbc89d5012.zip |
Diffstat (limited to 'src/video_core/pica.h')
-rw-r--r-- | src/video_core/pica.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/video_core/pica.h b/src/video_core/pica.h index 8ad47a928..684ec9818 100644 --- a/src/video_core/pica.h +++ b/src/video_core/pica.h @@ -15,8 +15,7 @@ #include "common/common_funcs.h" #include "common/common_types.h" #include "common/logging/log.h" - -#include "math.h" +#include "common/vector_math.h" namespace Pica { |