Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng-sessiond / context.cpp
index 1f1fcb3c2111a2856a470ee63b9a97f0aa13a974..8dc82fbe82e70b538d41c2df88a1deb377df9412 100644 (file)
 #include <unistd.h>
 #include <urcu/list.h>
 
-#include <common/error.h>
-#include <common/sessiond-comm/sessiond-comm.h>
-
-#include "context.h"
-#include "kernel.h"
-#include "ust-app.h"
-#include "trace-ust.h"
-#include "agent.h"
+#include <common/error.hpp>
+#include <common/sessiond-comm/sessiond-comm.hpp>
+
+#include "context.hpp"
+#include "kernel.hpp"
+#include "ust-app.hpp"
+#include "trace-ust.hpp"
+#include "agent.hpp"
 
 /*
  * Add kernel context to all channel.
This page took 0.023197 seconds and 4 git commands to generate.