Rename C++ header files to .hpp
[lttng-tools.git] / src / common / credentials.cpp
index fd8b4477bb9ad1b0861ab8a76a10bce35fed60ac..f936736db4919760dcc5c42094c35497d25ddb7b 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #include <stdbool.h>
-#include "credentials.h"
+#include "credentials.hpp"
 
 uid_t lttng_credentials_get_uid(const struct lttng_credentials *creds)
 {
This page took 0.022684 seconds and 4 git commands to generate.