mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 12:34:43 +00:00
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
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
#ifndef GDBSERVER_GDBTHREAD_H
|
||||
#define GDBSERVER_GDBTHREAD_H
|
||||
|
||||
#include "gdbsupport/common-gdbthread.h"
|
||||
#include "gdbsupport/function-view.h"
|
||||
#include "inferiors.h"
|
||||
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||
|
||||
#include "gdbsupport/common-gdbthread.h"
|
||||
#include "gdbsupport/common-inferior.h"
|
||||
#include "gdbthread.h"
|
||||
#include "dll.h"
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
#include "tdesc.h"
|
||||
#include "debug.h"
|
||||
#include "dll.h"
|
||||
#include "gdbsupport/common-gdbthread.h"
|
||||
#include "gdbsupport/rsp-low.h"
|
||||
#include "gdbsupport/netstuff.h"
|
||||
#include "gdbsupport/filestuff.h"
|
||||
|
||||
Reference in New Issue
Block a user