diff options
Diffstat (limited to 'gdb/unittests/tracepoint-selftests.c')
-rw-r--r-- | gdb/unittests/tracepoint-selftests.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/unittests/tracepoint-selftests.c b/gdb/unittests/tracepoint-selftests.c index 1e2618453b4..39cd0f9eec1 100644 --- a/gdb/unittests/tracepoint-selftests.c +++ b/gdb/unittests/tracepoint-selftests.c @@ -18,7 +18,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" + +/* Local subdirectory includes. */ #include "common/selftest.h" + +/* Local includes. */ #include "tracepoint.h" namespace selftests { |