diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2024-04-22 16:10:15 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2024-04-22 21:34:19 -0400 |
commit | 6e7c49c2dd9ab0803894925c2ec422ea5aeddfb8 (patch) | |
tree | 33ed9821b60e40ad3507befd7d2e8bc62930f5d4 /gdb/regcache.h | |
parent | ec4525259262492b61fb9bd2f9acdf156ab037fc (diff) | |
download | binutils-6e7c49c2dd9ab0803894925c2ec422ea5aeddfb8.zip binutils-6e7c49c2dd9ab0803894925c2ec422ea5aeddfb8.tar.gz binutils-6e7c49c2dd9ab0803894925c2ec422ea5aeddfb8.tar.bz2 |
gdb: move RequireLongest to gdbsupport/traits.h
Move it out of defs.h.
Change-Id: Ie1743d41a57f81667650048563e66073c72230cf
Approved-By: John Baldwin <jhb@FreeBSD.org>
Diffstat (limited to 'gdb/regcache.h')
-rw-r--r-- | gdb/regcache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/regcache.h b/gdb/regcache.h index 1d049fe..2f4b7d9 100644 --- a/gdb/regcache.h +++ b/gdb/regcache.h @@ -23,6 +23,7 @@ #include "gdbsupport/array-view.h" #include "gdbsupport/common-regcache.h" #include "gdbsupport/function-view.h" +#include "gdbsupport/traits.h" struct regcache; struct regset; |