diff options
| author | a1xd <[email protected]> | 2021-09-03 18:09:00 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-09-23 22:28:44 -0400 |
| commit | 6a9272d3af202274dfbced245f0ba20b263fcd8b (patch) | |
| tree | b139e1d21aac0febc6105ac0d4c480f352d3064a /common/accel-lookup.hpp | |
| parent | add per-device configuration (diff) | |
| download | rawaccel-6a9272d3af202274dfbced245f0ba20b263fcd8b.tar.xz rawaccel-6a9272d3af202274dfbced245f0ba20b263fcd8b.zip | |
refactor vec2/math
Diffstat (limited to 'common/accel-lookup.hpp')
| -rw-r--r-- | common/accel-lookup.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/accel-lookup.hpp b/common/accel-lookup.hpp index b7e8b68..b8c689a 100644 --- a/common/accel-lookup.hpp +++ b/common/accel-lookup.hpp @@ -3,8 +3,6 @@ #include "rawaccel-base.hpp" #include "utility.hpp" -#include <math.h> - namespace rawaccel { // represents the range [2^start, 2^stop], with num - 1 |