From 462f517e5020a464e84d2b8535b1b68d39329dc2 Mon Sep 17 00:00:00 2001 From: Gary Benson Date: Thu, 31 Jul 2014 13:25:01 +0100 Subject: Do not include defs.h or server.h in any header file This commit removes all inclusions of defs.h and server.h from header files. gdb/ 2014-07-31 Gary Benson * common/btrace-common.h: Do not include defs.h or server.h. * nat/mips-linux-watch.h: Likewise. * gdb-dlfcn.h: Do not include defs.h. * tracefile.h: Likewise. gdb/gdbserver/ 2014-07-31 Gary Benson * ax.h: Do not include server.h. * gdbthread.h: Likewise. * lynx-low.h: Likewise. * notif.h: Likewise. --- gdb/gdbserver/gdbthread.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/gdbserver/gdbthread.h') diff --git a/gdb/gdbserver/gdbthread.h b/gdb/gdbserver/gdbthread.h index 9785d67..fe0a75e 100644 --- a/gdb/gdbserver/gdbthread.h +++ b/gdb/gdbserver/gdbthread.h @@ -19,7 +19,6 @@ #ifndef GDB_THREAD_H #define GDB_THREAD_H -#include "server.h" #include "inferiors.h" struct btrace_target_info; -- cgit v1.1