summaryrefslogtreecommitdiff
path: root/gdb/common/agent.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/common/agent.c')
-rw-r--r--gdb/common/agent.c13
1 files changed, 10 insertions, 3 deletions
diff --git a/gdb/common/agent.c b/gdb/common/agent.c
index ae495a86b81..4040a21e9d6 100644
--- a/gdb/common/agent.c
+++ b/gdb/common/agent.c
@@ -17,12 +17,19 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#include "common-defs.h"
-#include "target/target.h"
-#include "common/symbol.h"
+#include "common/common-defs.h"
+#include "common/agent.h"
+
+/* Standard C includes. */
#include <unistd.h>
+
+/* Local non-gdb includes. */
#include "filestuff.h"
+/* Local subdirectory includes. */
+#include "common/symbol.h"
+#include "target/target.h"
+
#define IPA_SYM_STRUCT_NAME ipa_sym_addresses_common
#include "agent.h"