From f6e94d78b2fe30977ffefcb26420109940ca7bb1 Mon Sep 17 00:00:00 2001 From: Gary Benson Date: Wed, 30 Jul 2014 16:14:21 +0100 Subject: Move print-utils.h to common-defs.h This commit moves the inclusion of print-utils.h to common-defs.h and removes all other inclusions. gdb/ChangeLog: * common/common-defs.h: Include print-utils.h. * utils.h: Do not include print-utils.h. gdb/gdbserver/ChangeLog: * utils.h: Do not include print-utils.h. --- gdb/utils.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/utils.h') diff --git a/gdb/utils.h b/gdb/utils.h index 18a95a7..57a1c0f 100644 --- a/gdb/utils.h +++ b/gdb/utils.h @@ -23,7 +23,6 @@ #include "cleanups.h" #include "exceptions.h" -#include "print-utils.h" extern void initialize_utils (void); -- cgit v1.1