X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fcpp-common%2Fbt2%2Fclock-class.hpp;h=b236764510e437808965aab6b8f9b4cee1f989cb;hb=c802cacb9f0879a42e01575595a75bbefe7d3db9;hp=e3463d9634b6a12324d99505b8b9ebade7900d13;hpb=100fa861dbb7e463175e63326e8871446f0f35f0;p=babeltrace.git diff --git a/src/cpp-common/bt2/clock-class.hpp b/src/cpp-common/bt2/clock-class.hpp index e3463d96..b2367645 100644 --- a/src/cpp-common/bt2/clock-class.hpp +++ b/src/cpp-common/bt2/clock-class.hpp @@ -7,18 +7,20 @@ #ifndef BABELTRACE_CPP_COMMON_BT2_CLOCK_CLASS_HPP #define BABELTRACE_CPP_COMMON_BT2_CLOCK_CLASS_HPP -#include #include #include +#include + #include -#include "internal/borrowed-obj.hpp" -#include "internal/shared-obj.hpp" -#include "internal/utils.hpp" #include "cpp-common/optional.hpp" #include "cpp-common/string_view.hpp" #include "cpp-common/uuid-view.hpp" + #include "exc.hpp" +#include "internal/borrowed-obj.hpp" +#include "internal/shared-obj.hpp" +#include "internal/utils.hpp" #include "value.hpp" namespace bt2 {