From 9d7cc2bedc55b1d1327645b9c816eea3bcd5d658 Mon Sep 17 00:00:00 2001
From: archshift <admin@archshift.com>
Date: Mon, 8 Sep 2014 17:16:32 -0700
Subject: common: Prune all redundant includes

---
 src/common/math_util.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'src/common/math_util.cpp')

diff --git a/src/common/math_util.cpp b/src/common/math_util.cpp
index 82eceab00d..ab0e6b75c7 100644
--- a/src/common/math_util.cpp
+++ b/src/common/math_util.cpp
@@ -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
 {
-- 
cgit v1.2.3-70-g09d2