Rename C++ header files to .hpp
[lttng-tools.git] / src / common / argpar-utils / argpar-utils.cpp
index 493598693632ec32556a0260488a7d16662c8a84..0beff92adfc7598bb02cc2389a406e517a84ae52 100644 (file)
@@ -5,12 +5,12 @@
  *
  */
 
-#include "argpar-utils.h"
+#include "argpar-utils.hpp"
 
 #include <stdio.h>
 
-#include <common/error.h>
-#include <common/string-utils/string-utils.h>
+#include <common/error.hpp>
+#include <common/string-utils/string-utils.hpp>
 
 /*
  * Given argpar error status `status` and error `error`, return a formatted
This page took 0.023296 seconds and 4 git commands to generate.