fixed for VMS

This commit is contained in:
scc%netscape.com 1999-06-03 20:36:53 +00:00
parent 42bb0e2daa
commit 138e0c0a59
2 changed files with 8 additions and 8 deletions

View File

@ -23,13 +23,13 @@
// Wrapping includes can speed up compiles (see "Large Scale C++ Software Design")
#ifndef nsDebug_h___
#include "nsDebug.h"
// for |NS_PRECONDITION|
#include "nsDebug.h"
// for |NS_PRECONDITION|
#endif
#ifndef nsISupports_h___
#include "nsISupports.h"
// for |nsresult|, |NS_ADDREF|, et al
#include "nsISupports.h"
// for |nsresult|, |NS_ADDREF|, et al
#endif
/*

View File

@ -23,13 +23,13 @@
// Wrapping includes can speed up compiles (see "Large Scale C++ Software Design")
#ifndef nsDebug_h___
#include "nsDebug.h"
// for |NS_PRECONDITION|
#include "nsDebug.h"
// for |NS_PRECONDITION|
#endif
#ifndef nsISupports_h___
#include "nsISupports.h"
// for |nsresult|, |NS_ADDREF|, et al
#include "nsISupports.h"
// for |nsresult|, |NS_ADDREF|, et al
#endif
/*