diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-05-02 22:45:28 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-05-02 22:45:28 +0300 |
| commit | 3cc9f5df8be0a10c965137c7d2b7886cad2a7bc1 (patch) | |
| tree | 17488a95c8b3f09385610a841c9e348ff833a3f2 /main.c | |
| parent | 32c63a1824fa87c8b2b66783c5cff2aabe6ac9e6 (diff) | |
| download | astar-3cc9f5df8be0a10c965137c7d2b7886cad2a7bc1.tar.xz | |
Remove unneeded includes
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -10,7 +10,6 @@ #include "structs.h" #include "config.h" #include "error.h" -#include "priority_queue.h" #include "path.h" #include "bmp.h" @@ -20,7 +19,6 @@ - save pathfinding to a series of BMPs - less magical values - MORE MAPS FOR THE MAP PEOPLE - - Clean up unused `#include`s - keybinding help screen - 'clean' rendering mode, without all the ugly shit - Comments */ |
