Part of my mailnews reduce disk footprint cleanup effort. Don't include mkutils.h. Remove extern for out of memory which we used to get from allxpstr.
git-svn-id: svn://10.0.0.236/trunk@26239 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -17,22 +17,17 @@
|
||||
*/
|
||||
|
||||
#include "msgCore.h" // precompiled header...
|
||||
#include "nntpCore.h"
|
||||
|
||||
#include "nsNNTPArticleSet.h"
|
||||
#include "nsINNTPHost.h"
|
||||
|
||||
// #include "mkutils.h"
|
||||
#include <ctype.h>
|
||||
#include "prmem.h"
|
||||
#include "prlog.h"
|
||||
#include "prprf.h"
|
||||
#include "plstr.h"
|
||||
|
||||
extern "C" {
|
||||
extern int MK_OUT_OF_MEMORY;
|
||||
}
|
||||
|
||||
|
||||
/* A compressed encoding for sets of article. This is usually for lines from
|
||||
the newsrc, which have article lists like
|
||||
|
||||
|
||||
Reference in New Issue
Block a user