aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/common/common-utils.h1
-rw-r--r--gdb/nat/linux-btrace.h1
3 files changed, 5 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 144a527..c836b35 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2014-07-30 Gary Benson <gbenson@redhat.com>
+ * common/common-utils.h: Do not include config.h.
+ * nat/linux-btrace.h: Likewise.
+
+2014-07-30 Gary Benson <gbenson@redhat.com>
+
* btrace.c: Include defs.h.
* common/ptid.c: Include defs.h or server.h as appropriate.
* nat/mips-linux-watch.c: Likewise.
diff --git a/gdb/common/common-utils.h b/gdb/common/common-utils.h
index 063698d..f052fed 100644
--- a/gdb/common/common-utils.h
+++ b/gdb/common/common-utils.h
@@ -20,7 +20,6 @@
#ifndef COMMON_UTILS_H
#define COMMON_UTILS_H
-#include "config.h"
#include "ansidecl.h"
#include <stddef.h>
#include <stdarg.h>
diff --git a/gdb/nat/linux-btrace.h b/gdb/nat/linux-btrace.h
index 12e9b60..a96d9d1 100644
--- a/gdb/nat/linux-btrace.h
+++ b/gdb/nat/linux-btrace.h
@@ -23,7 +23,6 @@
#define LINUX_BTRACE_H
#include "btrace-common.h"
-#include "config.h"
#include "vec.h"
#include "ptid.h"
#include <stddef.h>