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/gdb-dlfcn.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/gdb-dlfcn.h') diff --git a/gdb/gdb-dlfcn.h b/gdb/gdb-dlfcn.h index afc1a25..905015a 100644 --- a/gdb/gdb-dlfcn.h +++ b/gdb/gdb-dlfcn.h @@ -20,8 +20,6 @@ #ifndef GDB_DLFCN_H #define GDB_DLFCN_H -#include "defs.h" - /* Load the dynamic library file named FILENAME, and return a handle for that dynamic library. Return NULL if the loading fails for any reason. */ -- cgit v1.1