Rename C++ header files to .hpp
[lttng-tools.git] / src / common / defaults.cpp
index b295045b7c0821ad7a7da8fc1fa10d93b10fcb27..d79e42a6b63b5a35490f42798412b98c68417d59 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2012 EfficiOS Inc.
  *
- * SPDX-License-Identifier: GPL-2.0-only
+ * SPDX-License-Identifier: LGPL-2.1-only
  *
  */
 
@@ -13,9 +13,9 @@
 #include <pthread.h>
 #include <algorithm>
 
-#include "defaults.h"
-#include "macros.h"
-#include "error.h"
+#include "defaults.hpp"
+#include "macros.hpp"
+#include "error.hpp"
 
 static int pthread_attr_init_done;
 static pthread_attr_t tattr;
This page took 0.023774 seconds and 4 git commands to generate.