X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Fbabeltrace.h;h=ce324694da86e1afc229b4233ba349fcf5e6dff0;hb=c513d2401e36d61f007fee2c8cc12c306fdd6a3c;hp=743ca78d146c43a9b91a367390f1749470575518;hpb=55f09f529d02f6f548195ad3087edb10d12c52f6;p=babeltrace.git diff --git a/include/babeltrace2/babeltrace.h b/include/babeltrace2/babeltrace.h index 743ca78d..ce324694 100644 --- a/include/babeltrace2/babeltrace.h +++ b/include/babeltrace2/babeltrace.h @@ -72,7 +72,6 @@ #include #include #include -#include #include #include #include @@ -95,6 +94,7 @@ #include #include #include +#include /* Component API */ #include @@ -142,6 +142,7 @@ #include #include #include +#include #include #include #include @@ -168,8 +169,16 @@ #undef __BT_FUNC_STATUS_NOT_FOUND #undef __BT_FUNC_STATUS_OK #undef __BT_FUNC_STATUS_OVERFLOW_ERROR +#undef __BT_FUNC_STATUS_USER_ERROR #undef __BT_IN_BABELTRACE_H #undef __BT_UPCAST #undef __BT_UPCAST_CONST +#undef __BT_LOGGING_LEVEL_TRACE +#undef __BT_LOGGING_LEVEL_DEBUG +#undef __BT_LOGGING_LEVEL_INFO +#undef __BT_LOGGING_LEVEL_WARNING +#undef __BT_LOGGING_LEVEL_ERROR +#undef __BT_LOGGING_LEVEL_FATAL +#undef __BT_LOGGING_LEVEL_NONE #endif /* BABELTRACE2_BABELTRACE_H */