From 5d4848a4bda0cb79d61dcb9987ef6116cf1e6f67 Mon Sep 17 00:00:00 2001 From: Gary Benson Date: Thu, 24 Jul 2014 16:20:50 +0100 Subject: 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 * common/common-utils.h: Do not include config.h. * nat/linux-btrace.h: Likewise. --- gdb/common/common-utils.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/common/common-utils.h') 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 #include -- cgit v1.1