Rename C++ header files to .hpp
[lttng-tools.git] / src / common / time.cpp
index a08358ffc66562507b7a199cadddfcc096e8b140..7149912468d2c9d7a6acd41d41e13fe9eed92e90 100644 (file)
@@ -1,15 +1,15 @@
 /*
  * Copyright (C) 2013 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
- * SPDX-License-Identifier: GPL-2.0-only
+ * SPDX-License-Identifier: LGPL-2.1-only
  *
  */
 
-#include <common/time.h>
-#include <common/error.h>
-#include <common/macros.h>
-#include <common/error.h>
-#include <common/compat/errno.h>
+#include <common/time.hpp>
+#include <common/error.hpp>
+#include <common/macros.hpp>
+#include <common/error.hpp>
+#include <common/compat/errno.hpp>
 #include <stddef.h>
 #include <stdint.h>
 #include <limits.h>
This page took 0.023235 seconds and 4 git commands to generate.