]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdbserver: remove unused include in gdbthread.h
authorSimon Marchi <simon.marchi@polymtl.ca>
Mon, 28 Oct 2024 17:56:02 +0000 (13:56 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Mon, 28 Oct 2024 17:58:52 +0000 (13:58 -0400)
commit2930265f05600c1fd1ecdf2eb0889d977079ef78
tree93587921701b865ecc34040cf3612c6b36ff234e
parent541b18818225655be65ba123e00d8cf0f6cd009d
gdbserver: remove unused include in gdbthread.h

clangd reports gdbsupport/common-gdbthread.h as unused in gdbthread.h,
which seems right, so remove it.  Add it to two files that need it, but
were relying on the now-removed include.

Change-Id: I12916a044d0b15f346c4ad0e6527ce99a6d460e4
gdbserver/gdbthread.h
gdbserver/inferiors.cc
gdbserver/remote-utils.cc