diff options
Diffstat (limited to 'gcc/ada/exit.c')
-rw-r--r-- | gcc/ada/exit.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gcc/ada/exit.c b/gcc/ada/exit.c index 3ac3596..3f6ef21 100644 --- a/gcc/ada/exit.c +++ b/gcc/ada/exit.c @@ -29,21 +29,6 @@ * * ****************************************************************************/ -#ifdef __alpha_vxworks -#include "vxWorks.h" -#endif - -#ifdef IN_RTS -#include "tconfig.h" -#include "tsystem.h" -#include <sys/stat.h> -#else -#include "config.h" -#include "system.h" -#endif - -#include "adaint.h" - #ifdef __cplusplus extern "C" { #endif |