From 95e2bc23a03693fa3f1d9f3483390558339cf3a3 Mon Sep 17 00:00:00 2001 From: Richard Date: Sun, 25 Feb 2024 16:01:32 -0700 Subject: [PATCH] Remove unused includes --- common/find_path.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/find_path.cpp b/common/find_path.cpp index 5d40e12ae..5dcdb4e9e 100644 --- a/common/find_path.cpp +++ b/common/find_path.cpp @@ -1,8 +1,5 @@ #include "find_path.h" -#include "port.h" -#include "prototyp.h" - #include "cmdfiles.h" #include "id_data.h" #include "search_path.h"