From e2ca74ff9dcc839475e072a3549f744e577a4810 Mon Sep 17 00:00:00 2001 From: "sfraser%netscape.com" Date: Thu, 27 Sep 2001 22:17:36 +0000 Subject: [PATCH] Include MacTypes.h via system, not user paths. r/sr=floppymoose git-svn-id: svn://10.0.0.236/trunk@103999 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/src/mac/nsToolkit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/widget/src/mac/nsToolkit.h b/mozilla/widget/src/mac/nsToolkit.h index ddbd287c25f..0803f1ad27a 100644 --- a/mozilla/widget/src/mac/nsToolkit.h +++ b/mozilla/widget/src/mac/nsToolkit.h @@ -55,7 +55,7 @@ class nsIEventQueueService; * event queue per nsToolkit. */ -#include "MacTypes.h" +#include class nsToolkit : public nsIToolkit {