aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdb-dlfcn.h
diff options
context:
space:
mode:
authorGary Benson <gbenson@redhat.com>2014-07-31 13:25:01 +0100
committerGary Benson <gbenson@redhat.com>2014-07-31 13:25:01 +0100
commit462f517e5020a464e84d2b8535b1b68d39329dc2 (patch)
tree8c25afd058a1acdd7aee33bbb8d5654751020751 /gdb/gdb-dlfcn.h
parent678f6f20d08aea2b9ecf8a5ef9491ea672774494 (diff)
downloadfsf-binutils-gdb-462f517e5020a464e84d2b8535b1b68d39329dc2.zip
fsf-binutils-gdb-462f517e5020a464e84d2b8535b1b68d39329dc2.tar.gz
fsf-binutils-gdb-462f517e5020a464e84d2b8535b1b68d39329dc2.tar.bz2
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 <gbenson@redhat.com> * 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 <gbenson@redhat.com> * ax.h: Do not include server.h. * gdbthread.h: Likewise. * lynx-low.h: Likewise. * notif.h: Likewise.
Diffstat (limited to 'gdb/gdb-dlfcn.h')
-rw-r--r--gdb/gdb-dlfcn.h2
1 files changed, 0 insertions, 2 deletions
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. */