Common Trace Format 2 generation
[deliverable/lttng-tools.git] / src / common / error.cpp
index 6ca5557f473b3008a3eb1638f3b8a71bc10df474..67a1696ba784ff9b504a2a02b42c05028ea09474 100644 (file)
 #include <stdlib.h>
 #include <string.h>
 
-#include <common/common.h>
-#include <common/thread.h>
-#include <common/compat/errno.h>
-#include <common/compat/getenv.h>
+#include <common/common.hpp>
+#include <common/thread.hpp>
+#include <common/compat/errno.hpp>
+#include <common/compat/getenv.hpp>
 #include <lttng/lttng-error.h>
 
-#include "error.h"
+#include "error.hpp"
 
 /*
  * lttng_opt_abort_on_error: unset: -1, disabled: 0, enabled: 1.
This page took 0.024799 seconds and 5 git commands to generate.