From 5d409fdca92e085dad2f9c80b42f33afe4f10800 Mon Sep 17 00:00:00 2001
From: wolfbeast <mcwerewolf@wolfbeast.com>
Date: Sun, 31 Mar 2019 18:43:10 +0200
Subject: Remove AIX 1st party code OS checks, part 1

Issue #186
---
 xpcom/build/nsXPCOMPrivate.h | 4 ----
 1 file changed, 4 deletions(-)

(limited to 'xpcom/build')

diff --git a/xpcom/build/nsXPCOMPrivate.h b/xpcom/build/nsXPCOMPrivate.h
index 99a994013..143ed034e 100644
--- a/xpcom/build/nsXPCOMPrivate.h
+++ b/xpcom/build/nsXPCOMPrivate.h
@@ -281,10 +281,6 @@ void LogTerm();
   #error need_to_define_your_file_path_separator_and_illegal_characters
 #endif
 
-#ifdef AIX
-#include <sys/param.h>
-#endif
-
 #ifndef MAXPATHLEN
 #ifdef PATH_MAX
 #define MAXPATHLEN PATH_MAX
-- 
cgit v1.2.3