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.
This commit is contained in:
Gary Benson
2014-07-31 13:25:01 +01:00
parent 678f6f20d0
commit 462f517e50
10 changed files with 14 additions and 20 deletions

View File

@@ -19,7 +19,6 @@
#ifndef GDB_THREAD_H
#define GDB_THREAD_H
#include "server.h"
#include "inferiors.h"
struct btrace_target_info;