Remove some checks of .empty()
[external/binutils.git] / gdb / ax-gdb.c
index d3eb4cb..9f1b7a1 100644 (file)
@@ -46,7 +46,7 @@
 #include "valprint.h"
 #include "c-lang.h"
 
-#include "common/format.h"
+#include "gdbsupport/format.h"
 
 /* To make sense of this file, you should read doc/agentexpr.texi.
    Then look at the types and enums in ax-gdb.h.  For the code itself,