Rename C++ header files to .hpp
[lttng-tools.git] / src / common / bytecode / bytecode.cpp
index 6100892b718554c762a5a398c4431f6cc682bde5..707394229e947cad92d4dfa0a542d62762ceaa71 100644 (file)
@@ -5,12 +5,12 @@
  *
  */
 
-#include "bytecode.h"
+#include "bytecode.hpp"
 
 #include <errno.h>
 #include <algorithm>
 
-#include "common/align.h"
+#include "common/align.hpp"
 
 #define INIT_ALLOC_SIZE 4
 
This page took 0.0231 seconds and 4 git commands to generate.