Added correct include file
git-svn-id: svn://10.0.0.236/trunk@25222 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a7abcafe17
commit
c3cb42e511
@ -23,10 +23,16 @@
|
||||
#include "nsISupportsArray.h"
|
||||
#include "nsRepository.h"
|
||||
|
||||
#include <strstrea.h>
|
||||
#ifdef XP_UNIX
|
||||
#include <strstream.h>
|
||||
#endif
|
||||
|
||||
#include "nsDataObj.h"
|
||||
#include "DDCOMM.h"
|
||||
#ifdef XP_PC
|
||||
#include <strstrea.h>
|
||||
#endif
|
||||
|
||||
//#include "nsDataObj.h"
|
||||
//#include "DDCOMM.h"
|
||||
|
||||
// XIF convertor stuff
|
||||
#include "nsIParser.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user