Rename C++ header files to .hpp
[lttng-tools.git] / src / common / bytecode / bytecode.cpp
index 064f2bfe203d92c8e1b0c14f1e1fa5282f8f69c8..707394229e947cad92d4dfa0a542d62762ceaa71 100644 (file)
@@ -1,16 +1,16 @@
 /*
  * Copyright 2020 EfficiOS, Inc.
  *
- * SPDX-License-Identifier: GPL-2.0-only
+ * SPDX-License-Identifier: LGPL-2.1-only
  *
  */
 
-#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.022579 seconds and 4 git commands to generate.