Rename C++ header files to .hpp
[lttng-tools.git] / src / common / compat / directory-handle.cpp
index edd82ebb64765bb1f887cbfb7b075ce9a0c0e6c5..ba5c6925c49feb3667f61e60ea0450507e19fe71 100644 (file)
@@ -1,17 +1,17 @@
 /*
  * Copyright (C) 2019 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
- * SPDX-License-Identifier: GPL-2.0-only
+ * SPDX-License-Identifier: LGPL-2.1-only
  *
  */
 
-#include <common/compat/directory-handle.h>
-#include <common/error.h>
-#include <common/macros.h>
-#include <common/runas.h>
-#include <common/credentials.h>
+#include <common/compat/directory-handle.hpp>
+#include <common/error.hpp>
+#include <common/macros.hpp>
+#include <common/runas.hpp>
+#include <common/credentials.hpp>
 #include <lttng/constant.h>
-#include <common/dynamic-array.h>
+#include <common/dynamic-array.hpp>
 
 #include <sys/types.h>
 #include <sys/stat.h>
This page took 0.023673 seconds and 4 git commands to generate.