diff options
Diffstat (limited to 'gdb/btrace.c')
-rw-r--r-- | gdb/btrace.c | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/gdb/btrace.c b/gdb/btrace.c index 12af468..bb8eb26 100644 --- a/gdb/btrace.c +++ b/gdb/btrace.c @@ -20,20 +20,22 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" + +/* Local non-gdb includes. */ #include "btrace.h" +#include "cli/cli-utils.h" +#include "common/rsp-low.h" +#include "disasm.h" +#include "filenames.h" +#include "gdbcmd.h" #include "gdbthread.h" #include "inferior.h" -#include "target.h" #include "record.h" -#include "symtab.h" -#include "disasm.h" +#include "regcache.h" #include "source.h" -#include "filenames.h" +#include "symtab.h" +#include "target.h" #include "xml-support.h" -#include "regcache.h" -#include "common/rsp-low.h" -#include "gdbcmd.h" -#include "cli/cli-utils.h" /* For maintenance commands. */ #include "record-btrace.h" |