Rename C++ header files to .hpp
[lttng-tools.git] / src / common / fd-tracker / utils.cpp
index 7690fe463de02473b5fbae9d76ae620be2d106cc..79da7ced6b14dde19faf553569940b68df7db6b8 100644 (file)
@@ -5,9 +5,9 @@
  *
  */
 
-#include <common/error.h>
-#include <common/fd-tracker/utils.h>
-#include <common/utils.h>
+#include <common/error.hpp>
+#include <common/fd-tracker/utils.hpp>
+#include <common/utils.hpp>
 #include <lttng/constant.h>
 #include <stdio.h>
 #include <stdlib.h>
This page took 0.023802 seconds and 4 git commands to generate.