From 3cc9f5df8be0a10c965137c7d2b7886cad2a7bc1 Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Sat, 2 May 2026 22:45:28 +0300 Subject: Remove unneeded includes --- bmp.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'bmp.c') diff --git a/bmp.c b/bmp.c index 601cdfe..6886a30 100644 --- a/bmp.c +++ b/bmp.c @@ -5,9 +5,7 @@ #include #include "map.h" -#include "path.h" #include "structs.h" -#include "priority_queue.h" /* TODO: clean up, do defines or whatever */ void map_to_bmp(Map map, size_t map_width, size_t map_height, Position start, Position goal, Path path, char **visited, char *filename) { -- cgit v1.2.3