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/nat/mips-linux-watch.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gdb/nat') diff --git a/gdb/nat/mips-linux-watch.h b/gdb/nat/mips-linux-watch.h index c9f6932..0992102 100644 --- a/gdb/nat/mips-linux-watch.h +++ b/gdb/nat/mips-linux-watch.h @@ -18,12 +18,6 @@ #ifndef MIPS_LINUX_WATCH_H #define MIPS_LINUX_WATCH_H 1 -#ifdef GDBSERVER -#include "server.h" -#else -#include "defs.h" -#endif - #include #include -- cgit v1.1