Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng-sessiond / globals.cpp
index b4cedf337678b253de987e0f790405f7fc6d2edf..c8710d62abeac9764e31c2b04d3d98139ba77d5d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 David Goulet <david.goulet@polymtl.ca>
+ * Copyright (C) 2011 EfficiOS Inc.
  * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  * Copyright (C) 2013 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
@@ -7,8 +7,8 @@
  *
  */
 
-#include "lttng-sessiond.h"
-#include <common/uuid.h>
+#include "lttng-sessiond.hpp"
+#include <common/uuid.hpp>
 
 lttng_uuid the_sessiond_uuid;
 
This page took 0.026643 seconds and 4 git commands to generate.