summaryrefslogtreecommitdiff
path: root/intl/locale/nsLocaleConstructors.h
diff options
context:
space:
mode:
Diffstat (limited to 'intl/locale/nsLocaleConstructors.h')
-rw-r--r--intl/locale/nsLocaleConstructors.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/intl/locale/nsLocaleConstructors.h b/intl/locale/nsLocaleConstructors.h
index 2d2e579740..212f70ea53 100644
--- a/intl/locale/nsLocaleConstructors.h
+++ b/intl/locale/nsLocaleConstructors.h
@@ -15,11 +15,7 @@
#include "nsLanguageAtomService.h"
#include "nsPlatformCharset.h"
-#if defined(XP_MACOSX)
-#define USE_MAC_LOCALE
-#endif
-
-#if defined(XP_UNIX) && !defined(XP_MACOSX)
+#if defined(XP_UNIX)
#define USE_UNIX_LOCALE
#endif
@@ -28,11 +24,6 @@
#include "windows/nsDateTimeFormatWin.h"
#endif
-#ifdef USE_MAC_LOCALE
-#include "mac/nsCollationMacUC.h"
-#include "mac/nsDateTimeFormatMac.h"
-#endif
-
#ifdef USE_UNIX_LOCALE
#include "unix/nsCollationUnix.h"
#include "unix/nsDateTimeFormatUnix.h"