Part of my mailnews reduce disk footprint cleanup effort. Remove needless dependencies on fe_proto and allxpstr.h

git-svn-id: svn://10.0.0.236/trunk@26229 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mscott%netscape.com 1999-04-04 21:39:53 +00:00
parent ee87c324b0
commit 15fbc30d4c

View File

@ -26,15 +26,10 @@
#include "nsCRT.h"
/* for the XP_TO_UPPER stuff */
#include "xp_mcom.h"
#include "net.h"
/* for linebreak, CR, LF, etc */
#include "fe_proto.h"
extern "C" {
extern int MK_OUT_OF_MEMORY;
}
// mscott: this is lame...I know....
#define MK_OUT_OF_MEMORY 1
const PRUint32 F_ISGROUP = 0x00000001;
const PRUint32 F_EXPANDED = 0x00000002;