diff options
author | cflip <cflip@cflip.net> | 2022-02-27 16:56:20 -0700 |
---|---|---|
committer | cflip <cflip@cflip.net> | 2022-02-27 16:56:20 -0700 |
commit | 34c1a1d0291a2d5215100e803739f5e973b36063 (patch) | |
tree | 5a47e7c4523984b4b1518d50fe1343471c5889fa | |
parent | 47bcad87d4d2315ed4dae1e5accc304b5f1ad0a6 (diff) |
Remove unnecessary <cmath> include in util.h
-rw-r--r-- | src/util.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,7 +1,5 @@ #pragma once -#include <cmath> - struct Point2D { int x, y; }; |