diff options
Diffstat (limited to 'gdb/complaints.c')
-rw-r--r-- | gdb/complaints.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gdb/complaints.c b/gdb/complaints.c index b142207..c5b5471 100644 --- a/gdb/complaints.c +++ b/gdb/complaints.c @@ -18,14 +18,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" - -/* Standard C++ includes. */ -#include <unordered_map> - -/* Local non-gdb includes. */ -#include "command.h" #include "complaints.h" +#include "command.h" #include "gdbcmd.h" +#include <unordered_map> /* Map format strings to counters. */ |