diff options
| author | 2014-09-10 18:44:08 -0400 | |
|---|---|---|
| committer | 2014-09-10 18:44:08 -0400 | |
| commit | d79fe3ebaadbc19e8ffe5075bad51a9735aafb38 (patch) | |
| tree | 49d8b9dc37a2f9a541aef587c7bb50f9fe3c01f7 /src/common/math_util.cpp | |
| parent | Merge pull request #104 from archshift/removal (diff) | |
| parent | core: Prune redundant includes (diff) | |
| download | yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.tar.gz yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.tar.xz yuzu-d79fe3ebaadbc19e8ffe5075bad51a9735aafb38.zip | |
Merge pull request #103 from archshift/prune
Prune redundant includes
Diffstat (limited to 'src/common/math_util.cpp')
| -rw-r--r-- | src/common/math_util.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/math_util.cpp b/src/common/math_util.cpp index 82eceab00..ab0e6b75c 100644 --- a/src/common/math_util.cpp +++ b/src/common/math_util.cpp | |||
| @@ -6,8 +6,7 @@ | |||
| 6 | #include "common/common.h" | 6 | #include "common/common.h" |
| 7 | #include "common/math_util.h" | 7 | #include "common/math_util.h" |
| 8 | 8 | ||
| 9 | #include <cmath> | 9 | #include <numeric> // Necessary on OS X, but not Linux |
| 10 | #include <numeric> | ||
| 11 | 10 | ||
| 12 | namespace MathUtil | 11 | namespace MathUtil |
| 13 | { | 12 | { |