mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
0f3872167e
commit
738fe577c4
2 changed files with 10 additions and 0 deletions
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue