[PATCH 3/3] stop including tm.h in sendmsg.c

tbsaunde+gcc@tbsaunde.org tbsaunde+gcc@tbsaunde.org
Thu Sep 10 12:26:00 GMT 2015


From: Trevor Saunders <tbsaunde+gcc@tbsaunde.org>

libobjc/ChangeLog:

2015-09-10  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

	* sendmsg.c (tm.h): Remove include.
---
 libobjc/sendmsg.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libobjc/sendmsg.c b/libobjc/sendmsg.c
index ba31930..8eb6d54 100644
--- a/libobjc/sendmsg.c
+++ b/libobjc/sendmsg.c
@@ -26,7 +26,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
    only while debugging the runtime.  */
 /* #define DEBUG 1 */
 
-/* FIXME: This file has no business including tm.h.  */
 /* FIXME: This should be using libffi instead of __builtin_apply
    and friends.  */
 
@@ -34,7 +33,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #include "objc-private/error.h"
 #include "tconfig.h"
 #include "coretypes.h"
-#include "tm.h"
 #include "objc/runtime.h"
 #include "objc/message.h"          /* For objc_msg_lookup(), objc_msg_lookup_super().  */
 #include "objc/thr.h"
-- 
2.4.0



More information about the Gcc-patches mailing list