cpp-common: remove `cfg-*.hpp` and `log-cfg.hpp`
[babeltrace.git] / src / cpp-common / bt2 / exc.hpp
index 96a6b2cf2a2549cf6a2ea0b8ea8658692d07077a..71997c3eb85487e01239079333ed35e38b9c8b67 100644 (file)
@@ -7,9 +7,6 @@
 #ifndef BABELTRACE_CPP_COMMON_BT2_EXC_HPP
 #define BABELTRACE_CPP_COMMON_BT2_EXC_HPP
 
-#include <stdexcept>
-#include <string>
-
 #include "cpp-common/exc.hpp"
 
 namespace bt2 {
@@ -17,6 +14,7 @@ namespace bt2 {
 using Error = bt2_common::Error;
 using OverflowError = bt2_common::OverflowError;
 using MemoryError = bt2_common::MemoryError;
+using TryAgain = bt2_common::TryAgain;
 
 } /* namespace bt2 */
 
This page took 0.02326 seconds and 4 git commands to generate.