summaryrefslogtreecommitdiff
path: root/gdb/unittests/ptid-selftests.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/unittests/ptid-selftests.c')
-rw-r--r--gdb/unittests/ptid-selftests.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/gdb/unittests/ptid-selftests.c b/gdb/unittests/ptid-selftests.c
index 0194d9a229f..cc43ee96511 100644
--- a/gdb/unittests/ptid-selftests.c
+++ b/gdb/unittests/ptid-selftests.c
@@ -18,9 +18,13 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include "common/ptid.h"
+
+/* Standard C++ includes. */
#include <type_traits>
+/* Local subdirectory includes. */
+#include "common/ptid.h"
+
namespace selftests {
namespace ptid {