Fix the include guard names.

git-svn-id: svn://10.0.0.236/trunk@39409 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sfraser%netscape.com
1999-07-14 22:08:13 +00:00
parent 770cb2b71e
commit e8e0bd7fc1

View File

@@ -16,8 +16,8 @@
* Reserved.
*/
#ifndef nsIDocumentOutput_h__
#define nsIDocumentOutput_h__
#ifndef nsIDiskDocument_h__
#define nsIDiskDocument_h__
#include "nsIDOMDocument.h"
@@ -106,6 +106,6 @@ public:
};
#endif // nsIDocumentOutput_h__
#endif // nsIDiskDocument_h__