diff options
author | Gary Benson <gbenson@redhat.com> | 2014-07-31 13:25:01 +0100 |
---|---|---|
committer | Gary Benson <gbenson@redhat.com> | 2014-07-31 13:25:01 +0100 |
commit | 462f517e5020a464e84d2b8535b1b68d39329dc2 (patch) | |
tree | 8c25afd058a1acdd7aee33bbb8d5654751020751 /gdb/tracefile.h | |
parent | 678f6f20d08aea2b9ecf8a5ef9491ea672774494 (diff) | |
download | gdb-462f517e5020a464e84d2b8535b1b68d39329dc2.zip gdb-462f517e5020a464e84d2b8535b1b68d39329dc2.tar.gz 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/tracefile.h')
-rw-r--r-- | gdb/tracefile.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/tracefile.h b/gdb/tracefile.h index 5485370..8b711a1 100644 --- a/gdb/tracefile.h +++ b/gdb/tracefile.h @@ -1,7 +1,6 @@ #ifndef TRACEFILE_H #define TRACEFILE_H 1 -#include "defs.h" #include "tracepoint.h" struct trace_file_writer; |