diff options
Diffstat (limited to 'gdb/agent.c')
-rw-r--r-- | gdb/agent.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/agent.c b/gdb/agent.c index aa3e0df..8b777d0 100644 --- a/gdb/agent.c +++ b/gdb/agent.c @@ -16,12 +16,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" - -/* Local non-gdb includes. */ #include "command.h" -#include "common/agent.h" #include "gdbcmd.h" #include "target.h" +#include "common/agent.h" /* Enum strings for "set|show agent". */ |