diff options
author | John Gilmore <gnu@cygnus> | 1991-09-13 00:59:38 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-09-13 00:59:38 +0000 |
commit | f33c3ad15bc199f44080349f348d6d5da8fd2b2c (patch) | |
tree | 626dca69f8dceb551057ead911531240706a9f67 /gdb/exec.c | |
parent | 6093e5b0de19f580ee999753e3b54c443b8cf645 (diff) | |
download | gdb-f33c3ad15bc199f44080349f348d6d5da8fd2b2c.zip gdb-f33c3ad15bc199f44080349f348d6d5da8fd2b2c.tar.gz gdb-f33c3ad15bc199f44080349f348d6d5da8fd2b2c.tar.bz2 |
Remove unused include files.
Diffstat (limited to 'gdb/exec.c')
-rw-r--r-- | gdb/exec.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -35,12 +35,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "gdbcore.h" -#ifdef STILL_NEEDED_FOR_DECSTATION -#include <sys/dir.h> /* For DECstations */ -#include <sys/user.h> /* After a.out.h */ -#include <sys/file.h> -#endif - #include <ctype.h> #include <sys/stat.h> |