cpp-common: fix `#include` patterns
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 11 Dec 2023 20:06:12 +0000 (15:06 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 14 Dec 2023 15:57:04 +0000 (10:57 -0500)
Include from the same directory directly, and from everything else
relative to `src/`.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: Ie6dd5777d884911b9ad736ef625b784930ee3a23
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11457
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
CI-Build: Simon Marchi <simon.marchi@efficios.com>
Tested-by: jenkins <jenkins@lttng.org>
src/cpp-common/bt2/internal/utils.hpp
src/cpp-common/bt2/message.hpp

index 4ec736fd22457db51819189a5807660ca81216cc..acb6e72d2185d0cd9016277cbe49d51727850cc7 100644 (file)
@@ -11,7 +11,7 @@
 
 #include <babeltrace2/babeltrace.h>
 
-#include "../exc.hpp"
+#include "cpp-common/bt2/exc.hpp"
 
 namespace bt2 {
 
index 4acbf6bf08912db52ade1a0404b900cfaf0b0340..a0259c0edbc55dd7839fdada5c75d7ee48018484 100644 (file)
@@ -21,6 +21,7 @@
 #include "internal/utils.hpp"
 #include "optional-borrowed-object.hpp"
 #include "shared-object.hpp"
+#include "trace-ir.hpp"
 
 namespace bt2 {
 namespace internal {
This page took 0.025459 seconds and 4 git commands to generate.