Rename C++ header files to .hpp
[lttng-tools.git] / src / common / hashtable / hashtable.cpp
index c641dad3c8db2949e156dfd8f4ecd0a691508595..6b87ff71f016ae9fb1fa309ace336a58d369b1f8 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.022924 seconds and 4 git commands to generate.