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/expop.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/expop.h') diff --git a/gdb/expop.h b/gdb/expop.h index de74e88..9e6ab0d 100644 --- a/gdb/expop.h +++ b/gdb/expop.h @@ -24,6 +24,7 @@ #include "c-lang.h" #include "cp-abi.h" #include "expression.h" +#include "language.h" #include "objfiles.h" #include "gdbsupport/traits.h" #include "gdbsupport/enum-flags.h" -- cgit v1.1