Common Trace Format 2 generation
[deliverable/lttng-tools.git] / src / common / hashtable / hashtable.cpp
index 7112debf28eae58a63bc6bb7d367ffac81f6a6c1..7985c07e4b377b61fd3ab6689ef21284c8bca28b 100644 (file)
 #include <urcu.h>
 #include <urcu/compiler.h>
 
-#include <common/common.h>
-#include <common/defaults.h>
+#include <common/common.hpp>
+#include <common/defaults.hpp>
 
-#include "hashtable.h"
-#include "utils.h"
+#include "hashtable.hpp"
+#include "utils.hpp"
 
 /* seed_lock protects both seed_init and lttng_ht_seed. */
 static pthread_mutex_t seed_lock = PTHREAD_MUTEX_INITIALIZER;
This page took 0.040586 seconds and 5 git commands to generate.