summaryrefslogtreecommitdiff
path: root/common/accel-natural.hpp
diff options
context:
space:
mode:
authora1xd <[email protected]>2021-09-03 18:09:00 -0400
committera1xd <[email protected]>2021-09-03 18:09:00 -0400
commitd12c000ae2c6937ae5d4b43fa6dde18490756cf8 (patch)
tree0be0683b5132e6c5ade5dc7d3e5981cd7e9cb353 /common/accel-natural.hpp
parentadd per-device configuration (diff)
downloadrawaccel-d12c000ae2c6937ae5d4b43fa6dde18490756cf8.tar.xz
rawaccel-d12c000ae2c6937ae5d4b43fa6dde18490756cf8.zip
refactor vec2/math
Diffstat (limited to 'common/accel-natural.hpp')
-rw-r--r--common/accel-natural.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/accel-natural.hpp b/common/accel-natural.hpp
index c5e1c32..521a1ae 100644
--- a/common/accel-natural.hpp
+++ b/common/accel-natural.hpp
@@ -2,8 +2,6 @@
#include "rawaccel-base.hpp"
-#include <math.h>
-
namespace rawaccel {
/// <summary> Struct to hold "natural" (vanishing difference) acceleration implementation. </summary>