Rename C++ header files to .hpp
[lttng-tools.git] / src / common / context.cpp
index ab61a8133386b026bf27972a168030c74d9c401f..98c29f86c2cbac21f344e3a1df33231e6e6eb7c5 100644 (file)
@@ -5,11 +5,11 @@
  *
  */
 
-#include "context.h"
+#include "context.hpp"
 #include <stddef.h>
 #include <string.h>
-#include <common/error.h>
-#include <common/macros.h>
+#include <common/error.hpp>
+#include <common/macros.hpp>
 
 int parse_application_context(const char *str, char **out_provider_name,
                char **out_ctx_name)
This page took 0.022987 seconds and 4 git commands to generate.