Add #ifndef/#endif wrapper around header file.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1326 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-03-31 22:46:44 +00:00
parent 0f3872167e
commit 738fe577c4
2 changed files with 10 additions and 0 deletions

View file

@ -21,6 +21,9 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __Notification_h_OBJECTS_INCLUDE
#define __Notification_h_OBJECTS_INCLUDE
#include <objects/stdobjects.h>
#include <objects/NSString.h>
#include <objects/KeyedCollecting.h>
@ -51,3 +54,5 @@
userInfo: info;
@end
#endif /* __Notification_h_OBJECTS_INCLUDE */

View file

@ -21,6 +21,9 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __Notification_h_OBJECTS_INCLUDE
#define __Notification_h_OBJECTS_INCLUDE
#include <objects/stdobjects.h>
#include <objects/NSString.h>
#include <objects/KeyedCollecting.h>
@ -51,3 +54,5 @@
userInfo: info;
@end
#endif /* __Notification_h_OBJECTS_INCLUDE */