← Back to team overview

kicad-developers team mailing list archive

[PATCH 1/3] vector2d: Remove duplicate #include

 

---
 include/math/vector2d.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/math/vector2d.h b/include/math/vector2d.h
index abe3734ac..8bf2da588 100644
--- a/include/math/vector2d.h
+++ b/include/math/vector2d.h
@@ -32,7 +32,6 @@
 #include <climits>
 #include <iostream>
 #include <sstream>
-#include <cmath>
 
 #include <math/math_util.h>
 
-- 
2.14.1



References