remove un-necessary stream stuff.

This commit is contained in:
pinkerton%netscape.com 2000-02-09 01:29:10 +00:00
Родитель f9bfb95777
Коммит f2d270331a
1 изменённых файлов: 0 добавлений и 10 удалений

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

@ -30,16 +30,6 @@
#include "nsITransferable.h" // for mime defs, this is BAD
// These are temporary
#if defined(XP_UNIX) || defined(XP_MAC) || defined(XP_BEOS)
#include <strstream.h>
#endif
#ifdef XP_PC
#include <strstrea.h>
#endif
// XIF convertor stuff
#include "nsIParser.h"
#include "nsParserCIID.h"