diff --git a/packages/atauth/src/atauth_fetch_home_dir.c b/packages/atauth/src/atauth_fetch_home_dir.c index 74444030..02f0f61e 100644 --- a/packages/atauth/src/atauth_fetch_home_dir.c +++ b/packages/atauth/src/atauth_fetch_home_dir.c @@ -11,14 +11,6 @@ #define PATH_SEPARATOR '\\' #define PATH_MAX 260 // Max path length for Windows (adjustable if needed) -// Imports for Linux -#elif defined(__linux__) -#include -#include -#include -#define PATH_SEPARATOR '/' - -// Imports for other platforms #else #include #include