Common Trace Format 2 generation
[lttng-tools.git] / src / bin / lttng-sessiond / ht-cleanup.cpp
index 050f18e2bc38a5fb0e65f1044c687b516b0f240a..f709af5025bcb47b7b8ab8ef57241236d1fa9e83 100644 (file)
@@ -7,16 +7,16 @@
 
 #define _LGPL_SOURCE
 
-#include <common/hashtable/hashtable.h>
-#include <common/common.h>
-#include <common/utils.h>
+#include <common/hashtable/hashtable.hpp>
+#include <common/common.hpp>
+#include <common/utils.hpp>
 #include <pthread.h>
 
-#include "lttng-sessiond.h"
-#include "health-sessiond.h"
-#include "testpoint.h"
-#include "utils.h"
-#include "ht-cleanup.h"
+#include "lttng-sessiond.hpp"
+#include "health-sessiond.hpp"
+#include "testpoint.hpp"
+#include "utils.hpp"
+#include "ht-cleanup.hpp"
 
 static int ht_cleanup_quit_pipe[2] = { -1, -1 };
 
This page took 0.032219 seconds and 5 git commands to generate.