Added include guards, which should be a big win on commonly included files like this one.

This commit is contained in:
sfraser%netscape.com 1999-05-14 03:07:31 +00:00
parent a8e949c977
commit d64a71ec88
2 changed files with 4 additions and 0 deletions

View File

@ -19,7 +19,9 @@
#ifndef __nsIID_h
#define __nsIID_h
#ifndef nsID_h__
#include "nsID.h"
#endif
/**
* An "interface id" which can be used to uniquely identify a given

View File

@ -19,7 +19,9 @@
#ifndef __nsIID_h
#define __nsIID_h
#ifndef nsID_h__
#include "nsID.h"
#endif
/**
* An "interface id" which can be used to uniquely identify a given