From 83b6e1f1c52c632a7b554674306cc586e03f7855 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Tue, 13 Dec 2022 22:34:31 -0500 Subject: gdb: remove language.h include from frame.h This helps resolve some cyclic include problem later in the series. The only language-related thing frame.h needs is enum language, and that is in defs.h. Doing so reveals that a bunch of files were relying on frame.h to include language.h, so fix the fallouts here and there. Change-Id: I178a7efec1953c2d088adb58483bade1f349b705 Reviewed-By: Bruno Larsen --- gdb/cp-abi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/cp-abi.c') diff --git a/gdb/cp-abi.c b/gdb/cp-abi.c index e9e4224..87a3b5c 100644 --- a/gdb/cp-abi.c +++ b/gdb/cp-abi.c @@ -18,6 +18,7 @@ along with this program. If not, see . */ #include "defs.h" +#include "language.h" #include "value.h" #include "cp-abi.h" #include "command.h" -- cgit v1.1