Do not include config.h directly
authorGary Benson <gbenson@redhat.com>
Thu, 24 Jul 2014 15:20:50 +0000 (16:20 +0100)
committerGary Benson <gbenson@redhat.com>
Wed, 30 Jul 2014 08:22:48 +0000 (09:22 +0100)
commit5d4848a4bda0cb79d61dcb9987ef6116cf1e6f67
treef33e8596a694556a9d111147bd76b56d897a0bdf
parentd41f6d8ea2868ed247c149c252741d02293c6659
Do not include config.h directly

All source files under gdb/ that include headers from gdb/ include
either defs.h or server.h before any other code with the exception
of gdb/gdbserver/gdbreplay.c which seems to be a special case.  Both
defs.h and server.h include both our and gnulib's config.h files as
their first non-comment line, so no other file ever needs to directly
include any config.h.  This commit removes two such direct config.h
includes.

gdb/
2014-07-30  Gary Benson  <gbenson@redhat.com>

* common/common-utils.h: Do not include config.h.
* nat/linux-btrace.h: Likewise.
gdb/ChangeLog
gdb/common/common-utils.h
gdb/nat/linux-btrace.h