mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 07:38:02 -05:00
common: Prune all redundant includes
This commit is contained in:
@ -6,8 +6,7 @@
|
||||
#include "common/common.h"
|
||||
#include "common/math_util.h"
|
||||
|
||||
#include <cmath>
|
||||
#include <numeric>
|
||||
#include <numeric> // Necessary on OS X, but not Linux
|
||||
|
||||
namespace MathUtil
|
||||
{
|
||||
|
Reference in New Issue
Block a user