[Substrate-commits] SF.net SVN: substrate: [273] trunk/Foundation/NSObject.m
Brought to you by:
landonf
|
From: <la...@us...> - 2006-08-31 06:44:21
|
Revision: 273
http://svn.sourceforge.net/substrate/?rev=273&view=rev
Author: landonf
Date: 2006-08-30 23:44:14 -0700 (Wed, 30 Aug 2006)
Log Message:
-----------
The correct stdint include will be pulled in via LFObjCRuntime.h
Modified Paths:
--------------
trunk/Foundation/NSObject.m
Modified: trunk/Foundation/NSObject.m
===================================================================
--- trunk/Foundation/NSObject.m 2006-08-31 06:43:25 UTC (rev 272)
+++ trunk/Foundation/NSObject.m 2006-08-31 06:44:14 UTC (rev 273)
@@ -34,10 +34,6 @@
#include <string.h>
#endif
-#ifdef HAVE_STDINT_H
-#include <stdint.h>
-#endif
-
#include <assert.h>
#include <Foundation/NSZone.h>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|