gdb: LoongArch: Remove nonportable #include

Don't use gregset.h in *-tdep.c since it's not usable on
hosts that don't have <sys/procfs.h>.  It's not needed by
this file, and should only be needed by *-nat.c files.
This commit is contained in:
Roland McGrath
2022-06-02 22:59:23 -07:00
parent 6b8b24bb68
commit d9ad47747a

View File

@@ -20,7 +20,6 @@
#include "defs.h"
#include "glibc-tdep.h"
#include "gregset.h"
#include "inferior.h"
#include "linux-tdep.h"
#include "loongarch-tdep.h"