Clean up gmp-utils.h includes
authorTom Tromey <tromey@adacore.com>
Thu, 23 Feb 2023 14:13:40 +0000 (07:13 -0700)
committerTom Tromey <tromey@adacore.com>
Tue, 14 Mar 2023 14:16:39 +0000 (08:16 -0600)
commitc8a67010d133374dfb3b4ed88da7953702a2091d
tree6c45609b89ace1acc9d25757bc6bade2f5da5077
parent85c72d708e60b0da9dff4db4209e257245487d1d
Clean up gmp-utils.h includes

gmp-utils.h includes "defs.h", but normally the rule in gdb is that
the .c files include this first.  This patch changes this code to
match the rest of gdb.
gdb/gmp-utils.c
gdb/gmp-utils.h
gdb/unittests/gmp-utils-selftests.c