aboutsummaryrefslogtreecommitdiff
path: root/path.c
diff options
context:
space:
mode:
authorKirill Petrashin <kirill8201@yandex.ru>2026-05-02 22:45:28 +0300
committerKirill Petrashin <kirill8201@yandex.ru>2026-05-02 22:45:28 +0300
commit3cc9f5df8be0a10c965137c7d2b7886cad2a7bc1 (patch)
tree17488a95c8b3f09385610a841c9e348ff833a3f2 /path.c
parent32c63a1824fa87c8b2b66783c5cff2aabe6ac9e6 (diff)
downloadastar-3cc9f5df8be0a10c965137c7d2b7886cad2a7bc1.tar.xz
Remove unneeded includes
Diffstat (limited to 'path.c')
-rw-r--r--path.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/path.c b/path.c
index a571963..d60d800 100644
--- a/path.c
+++ b/path.c
@@ -2,7 +2,6 @@
#include <stdio.h>
#include <string.h>
#include <curses.h>
-#include <math.h>
#include <time.h>
#include <unistd.h>