summaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r--gcc/dbxout.c16
1 files changed, 1 insertions, 15 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c
index 0a158622fc8..dffbd192452 100644
--- a/gcc/dbxout.c
+++ b/gcc/dbxout.c
@@ -68,17 +68,7 @@ Boston, MA 02111-1307, USA. */
For more on data type definitions, see `dbxout_type'. */
#include "config.h"
-
-#include <stdio.h>
-#include <errno.h>
-
-#ifdef HAVE_STRING_H
-#include <string.h>
-#else
-#ifdef HAVE_STRINGS_H
-#include <strings.h>
-#endif
-#endif
+#include "system.h"
#include "tree.h"
#include "rtl.h"
@@ -89,10 +79,6 @@ Boston, MA 02111-1307, USA. */
#include "defaults.h"
#include "output.h" /* ASM_OUTPUT_SOURCE_LINE may refer to sdb functions. */
-#ifndef errno
-extern int errno;
-#endif
-
#ifdef XCOFF_DEBUGGING_INFO
#include "xcoffout.h"
#endif