vector2d: Remove duplicate #include

This commit is contained in:
Marvin Schmidt 2017-11-05 22:00:45 +01:00 committed by Maciej Suminski
parent 1959af1ad1
commit fc08c58059
1 changed files with 0 additions and 2 deletions

View File

@ -28,11 +28,9 @@
#ifndef VECTOR2D_H_
#define VECTOR2D_H_
#include <cmath>
#include <climits>
#include <iostream>
#include <sstream>
#include <cmath>
#include <math/math_util.h>