From bd12abcf00f7e75c765a6f748756af223f64c54f Mon Sep 17 00:00:00 2001 From: "Gerlicher, Klaus" Date: Fri, 13 Sep 2024 07:55:33 +0000 Subject: gdb, testsuite: clean duplicate header includes Some of the gdb and testsuite files double include some headers. While all headers use include guards, it helps a bit keeping the code base tidy. No functional change. Approved-by: Kevin Buettner --- gdb/cli/cli-cmds.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/cli') diff --git a/gdb/cli/cli-cmds.c b/gdb/cli/cli-cmds.c index 8879d13..a0e28eb 100644 --- a/gdb/cli/cli-cmds.c +++ b/gdb/cli/cli-cmds.c @@ -51,7 +51,6 @@ #include "cli/cli-cmds.h" #include "cli/cli-style.h" #include "cli/cli-utils.h" -#include "cli/cli-style.h" #include "extension.h" #include "gdbsupport/pathstuff.h" -- cgit v1.1