Browse Source

AP_Math: remove unused include from Vector2

master
Andrew Tridgell 6 years ago committed by Randy Mackay
parent
commit
46617e6c72
  1. 3
      libraries/AP_Math/vector2.h

3
libraries/AP_Math/vector2.h

@ -30,9 +30,6 @@ @@ -30,9 +30,6 @@
#pragma once
#include <cmath>
#if MATH_CHECK_INDEXES
#include <assert.h>
#endif
template <typename T>
struct Vector2

Loading…
Cancel
Save