From ef33da8dbeb65f462c08ab98ce79b4ae35400e3b Mon Sep 17 00:00:00 2001 From: XavierChanth Date: Tue, 14 Jan 2025 13:54:45 -0500 Subject: [PATCH] fix: remove private linux header --- packages/atauth/src/atauth_fetch_home_dir.c | 8 -------- 1 file changed, 8 deletions(-) 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