diff options
| author | a1xd <[email protected]> | 2021-09-03 18:09:00 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-09-03 18:09:00 -0400 |
| commit | d12c000ae2c6937ae5d4b43fa6dde18490756cf8 (patch) | |
| tree | 0be0683b5132e6c5ade5dc7d3e5981cd7e9cb353 /common/accel-natural.hpp | |
| parent | add per-device configuration (diff) | |
| download | rawaccel-d12c000ae2c6937ae5d4b43fa6dde18490756cf8.tar.xz rawaccel-d12c000ae2c6937ae5d4b43fa6dde18490756cf8.zip | |
refactor vec2/math
Diffstat (limited to 'common/accel-natural.hpp')
| -rw-r--r-- | common/accel-natural.hpp | 2 |
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> |