aboutsummaryrefslogtreecommitdiff
path: root/gcc/input.h
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>2004-02-20 12:02:27 -0800
committerPer Bothner <bothner@gcc.gnu.org>2004-02-20 12:02:27 -0800
commit2ae5c785657f57c270c81d33776771bff8cfb0ad (patch)
treec3e994ea6f3024e8a56160e4c47d32ca1a6a8820 /gcc/input.h
parent7c4d376d4fa0dac8d3039a01c3c8b6fde1eb201d (diff)
downloadgcc-2ae5c785657f57c270c81d33776771bff8cfb0ad.zip
gcc-2ae5c785657f57c270c81d33776771bff8cfb0ad.tar.gz
gcc-2ae5c785657f57c270c81d33776771bff8cfb0ad.tar.bz2
input.h: Don't #include line-map.h.
* input.h: Don't #include line-map.h. It may cause link problems with undefined linemap_line_start when line-map.h is included but line-map.o is not linked, as currently happens with gengtype on compilers that don't support inline. * toplev.c: So we do have to explicitly #include line-map.h here. From-SVN: r78185
Diffstat (limited to 'gcc/input.h')
-rw-r--r--gcc/input.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/input.h b/gcc/input.h
index e1289e5..45fee91 100644
--- a/gcc/input.h
+++ b/gcc/input.h
@@ -22,8 +22,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#ifndef GCC_INPUT_H
#define GCC_INPUT_H
-#include "line-map.h"
-
extern struct line_maps line_table;
/* The data structure used to record a location in a translation unit. */