Rename C++ header files to .hpp
[lttng-tools.git] / tests / utils / testapp / gen-syscall-events / gen-syscall-events.cpp
index 6a246867d39c824422e0db778ecdf85ef46528fc..9b19d2d2d6d5424866a388ede519700ea0de2793 100644 (file)
@@ -9,8 +9,8 @@
 #include <stdio.h>
 #include <sys/syscall.h>
 #include <unistd.h>
-#include <common/error.h>
-#include <common/align.h>
+#include <common/error.hpp>
+#include <common/align.hpp>
 
 #include "utils.h"
 
This page took 0.023068 seconds and 4 git commands to generate.