From 9c491d3c0a2fc2f0d329d73dce0f472083b73ab5 Mon Sep 17 00:00:00 2001 From: Richard Date: Sat, 16 Mar 2024 20:34:21 -0600 Subject: [PATCH] Remove dependency on unix.h from port.h --- config/include/port.h | 1 - 1 file changed, 1 deletion(-) diff --git a/config/include/port.h b/config/include/port.h index 251c7c61f..f3a564dc6 100644 --- a/config/include/port.h +++ b/config/include/port.h @@ -71,7 +71,6 @@ typedef int sigfunc(int); # define SLASHDOT "/." # define DOTSLASH "./" # define DOTDOTSLASH "../" -# include "unix.h" #endif // _WIN32 // Uses big_access32(), big_set32(), ... functions instead of macros. // Some little endian machines may require this as well.