[OS/2] Bug 352860: do not include pure.h on OS/2 to get xulrunner building, p=abwillis1, r=mkaply

This commit is contained in:
mozilla%weilbacher.org 2007-01-08 22:38:40 +00:00
Родитель 3d790db002
Коммит 1a44a5969f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -80,7 +80,7 @@
#include "nsStringEnumerator.h"
#include "nsIInputStreamTee.h"
#include "nsCheapSets.h"
#ifdef DEBUG
#if defined(DEBUG) && !defined(XP_OS2)
#include "pure.h"
#endif
#include "nsHashKeys.h"