cpp-common: rename `bt2_common` namespace -> `bt2c`
[babeltrace.git] / src / cpp-common / bt2 / exc.hpp
index 71997c3eb85487e01239079333ed35e38b9c8b67..723368c6378155ecfbced551cfa209b2f412260c 100644 (file)
@@ -7,14 +7,14 @@
 #ifndef BABELTRACE_CPP_COMMON_BT2_EXC_HPP
 #define BABELTRACE_CPP_COMMON_BT2_EXC_HPP
 
-#include "cpp-common/exc.hpp"
+#include "cpp-common/bt2c/exc.hpp"
 
 namespace bt2 {
 
-using Error = bt2_common::Error;
-using OverflowError = bt2_common::OverflowError;
-using MemoryError = bt2_common::MemoryError;
-using TryAgain = bt2_common::TryAgain;
+using Error = bt2c::Error;
+using OverflowError = bt2c::OverflowError;
+using MemoryError = bt2c::MemoryError;
+using TryAgain = bt2c::TryAgain;
 
 } /* namespace bt2 */
 
This page took 0.02293 seconds and 4 git commands to generate.