Rename C++ header files to .hpp
[lttng-tools.git] / src / common / error.cpp
index 0ec467bcd7d282323a59ea4c2b275eeaa040f7d2..150d2e53fbfe75ef02517a766356eea7db809f7d 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.02315 seconds and 4 git commands to generate.