gdb: move enum compile_i_scope_types to compile/compile.h

Move it out of defs.h, adjust the includes here and there.

Change-Id: I11901fdce55d54f5e51723e123cef154cfb1bbc5
Approved-By: John Baldwin <jhb@FreeBSD.org>
This commit is contained in:
Simon Marchi
2024-04-22 16:10:12 -04:00
committed by Simon Marchi
parent 7b21ae941e
commit 5d2c2c84f2
4 changed files with 30 additions and 28 deletions

View File

@@ -17,6 +17,7 @@
#ifndef CLI_CLI_SCRIPT_H
#define CLI_CLI_SCRIPT_H
#include "compile/compile.h"
#include "gdbsupport/function-view.h"
struct ui_file;