Fixed the indented #include line that was breaking OpenVMS. Thanks to Colin Blake (colin@theblakes.com) for the fix. Approved by chofmann@netscape.com.

This commit is contained in:
briano%netscape.com 1999-08-13 23:32:44 +00:00
parent f08ea2a98d
commit 3f8f7342a0
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
#include "nsMimeTransition.h"
#ifndef XP_MAC
#include "nsTextFragment.h"
#include "nsTextFragment.h"
#endif
#include "msgCore.h"
#include "mimebuf.h"

View File

@ -21,7 +21,7 @@
#include "nsCRT.h"
#include "nsMimeTransition.h"
#ifndef XP_MAC
#include "nsTextFragment.h"
#include "nsTextFragment.h"
#endif
#include "msgCore.h"
#include "mimebuf.h"