Clean out unnecessary #includes in Cocoa widget nsToolkit. b=325666 r=mento

This commit is contained in:
joshmoz%gmail.com 2006-02-03 00:30:32 +00:00
Родитель 2fd9c146b4
Коммит f9fc621401
2 изменённых файлов: 0 добавлений и 17 удалений

Просмотреть файл

@ -40,8 +40,6 @@
#include "nsToolkitBase.h"
#include "nsCOMPtr.h"
/**
* The toolkit abstraction is necessary because the message pump must
* execute within the same thread that created the widget under Win32.
@ -79,5 +77,4 @@ protected:
};
#endif // TOOLKIT_H

Просмотреть файл

@ -36,20 +36,6 @@
* ***** END LICENSE BLOCK ***** */
#include "nsToolkit.h"
#include "nsWidgetAtoms.h"
#include <Gestalt.h>
#include <Appearance.h>
#include "nsIEventQueue.h"
#include "nsIEventQueueService.h"
#include "nsIServiceManager.h"
#include "nsIPref.h"
// for some reason, this must come last. otherwise the appshell
// component fails to instantiate correctly at runtime.
#undef DARWIN
#import <Cocoa/Cocoa.h>
//-------------------------------------------------------------------------
//