aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
diff options
context:
space:
mode:
authorGary Benson <gbenson@redhat.com>2014-07-28 14:35:17 +0100
committerGary Benson <gbenson@redhat.com>2014-08-07 09:06:44 +0100
commite76df0d08686820dee6d6f440431d962c7631bd3 (patch)
tree300274f125610e3c83cda29b612ddcfb2f19a1c8 /gdb/gdbserver
parent4cb9c816469ef3373d9cdde76e8ab5007cf3739e (diff)
downloadgdb-e76df0d08686820dee6d6f440431d962c7631bd3.zip
gdb-e76df0d08686820dee6d6f440431d962c7631bd3.tar.gz
gdb-e76df0d08686820dee6d6f440431d962c7631bd3.tar.bz2
Move common-utils.h to common-defs.h
This commit moves the inclusion of common-utils.h to common-defs.h and removes all other inclusions. gdb/ 2014-08-07 Gary Benson <gbenson@redhat.com> * common/common-defs.h: Include common-utils.h. * defs.h: Do not include common-utils.h. * common/gdb_assert.h: Likewise. * darwin-nat.h: Likewise. * nat/linux-btrace.c: Likewise. * target/waitstatus.h: Likewise. gdb/gdbserver/ 2014-08-07 Gary Benson <gbenson@redhat.com> * server.h: Do not include common-utils.h.
Diffstat (limited to 'gdb/gdbserver')
-rw-r--r--gdb/gdbserver/ChangeLog4
-rw-r--r--gdb/gdbserver/server.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index b51d870..a43ddcd 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,5 +1,9 @@
2014-08-07 Gary Benson <gbenson@redhat.com>
+ * server.h: Do not include common-utils.h.
+
+2014-08-07 Gary Benson <gbenson@redhat.com>
+
* server.h: Do not include ptid.h.
* notif.h: Likewise.
diff --git a/gdb/gdbserver/server.h b/gdb/gdbserver/server.h
index ca2729c..5a3f335 100644
--- a/gdb/gdbserver/server.h
+++ b/gdb/gdbserver/server.h
@@ -131,7 +131,6 @@ extern int handle_target_event (int err, gdb_client_data client_data);
#include "remote-utils.h"
-#include "common-utils.h"
#include "utils.h"
#include "debug.h"