summaryrefslogtreecommitdiff
path: root/gdb/unittests/scoped_restore-selftests.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/unittests/scoped_restore-selftests.c')
-rw-r--r--gdb/unittests/scoped_restore-selftests.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/unittests/scoped_restore-selftests.c b/gdb/unittests/scoped_restore-selftests.c
index 564ca07a920..5a38dc24840 100644
--- a/gdb/unittests/scoped_restore-selftests.c
+++ b/gdb/unittests/scoped_restore-selftests.c
@@ -18,8 +18,10 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include "common/selftest.h"
+
+/* Local subdirectory includes. */
#include "common/scoped_restore.h"
+#include "common/selftest.h"
namespace selftests {
namespace scoped_restore_tests {