Remove runtime.h include

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9334 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2001-03-12 02:52:16 +00:00
parent cb4ac5f3ca
commit c8df7edc13
2 changed files with 7 additions and 1 deletions

View file

@ -40,7 +40,8 @@
/* We need to access these private vars in the objc runtime - because
the objc runtime's API is not enough powerful for the GNUstep
extensions we want to add. */
#include <objc/runtime.h>
extern objc_mutex_t __objc_runtime_mutex;
extern int __objc_runtime_threads_alive;
extern int __objc_is_multi_threaded;
inline static void objc_thread_add ()