Common Trace Format 2 generation
[deliverable/lttng-tools.git] / src / common / hashtable / utils.cpp
index 3bc2b5e914f05266b7fa711369ee1b7395c2287c..1613f7e6399bb24af813c51c8bdfca9f70444794 100644 (file)
 #include <time.h>       /* defines time_t for timings in the test */
 #include <urcu/compiler.h>
 
-#include "utils.h"
-#include <common/compat/endian.h>    /* attempt to define endianness */
-#include <common/common.h>
-#include <common/hashtable/hashtable.h>
+#include "utils.hpp"
+#include <common/compat/endian.hpp>    /* attempt to define endianness */
+#include <common/common.hpp>
+#include <common/hashtable/hashtable.hpp>
 
 /*
  * My best guess at if you are big-endian or little-endian.  This may
This page took 0.025947 seconds and 5 git commands to generate.