diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-20 01:26:56 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-20 01:26:56 +0000 |
commit | d65ede2b5a6e366f8b6fa265ab69a54a100f3e82 (patch) | |
tree | e50d991bdfd9d854a3aa9932975a02260ec55512 /libobjc/exception.c | |
parent | e2d929e77a04bbd7b75844b4f6f81a1f44d9c29e (diff) | |
download | gcc-d65ede2b5a6e366f8b6fa265ab69a54a100f3e82.tar.gz |
* exception.c: Revert last change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100003 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/exception.c')
-rw-r--r-- | libobjc/exception.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libobjc/exception.c b/libobjc/exception.c index 20a9541af46..cfce70c51e3 100644 --- a/libobjc/exception.c +++ b/libobjc/exception.c @@ -27,7 +27,6 @@ Boston, MA 02111-1307, USA. */ #include <stdlib.h> #include "config.h" #include "objc/objc-api.h" -#include "tsystem.h" #include "unwind.h" #include "unwind-pe.h" |