X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Fbabeltrace.h;h=ed17a864b964b95263f0db990c6f2e1847fedba1;hb=d29378b187afb5aa5ef1086cf8d96562e3681c32;hp=1be659069912eb7b01d772f75711435fa9a1dce9;hpb=b70d57a123c4e4a208b988539a7eb8fceb2b63a7;p=babeltrace.git diff --git a/include/babeltrace2/babeltrace.h b/include/babeltrace2/babeltrace.h index 1be65906..ed17a864 100644 --- a/include/babeltrace2/babeltrace.h +++ b/include/babeltrace2/babeltrace.h @@ -95,6 +95,7 @@ #include #include #include +#include /* Component API */ #include @@ -111,7 +112,6 @@ /* Message iterator API */ #include -#include #include #include @@ -136,16 +136,20 @@ #include /* Graph API */ +#include +#include #include #include #include #include #include +#include #include #include #include /* Query executor API */ +#include #include #include @@ -157,16 +161,15 @@ #include /* Cancel private definitions */ -#undef __BT_FUNC_STATUS_OVERFLOW -#undef __BT_FUNC_STATUS_INVALID_PARAMS -#undef __BT_FUNC_STATUS_INVALID_OBJECT -#undef __BT_FUNC_STATUS_MEMORY_ERROR -#undef __BT_FUNC_STATUS_ERROR -#undef __BT_FUNC_STATUS_OK +#undef __BT_FUNC_STATUS_AGAIN #undef __BT_FUNC_STATUS_END +#undef __BT_FUNC_STATUS_ERROR +#undef __BT_FUNC_STATUS_INTERRUPTED +#undef __BT_FUNC_STATUS_UNKNOWN_OBJECT +#undef __BT_FUNC_STATUS_MEMORY_ERROR #undef __BT_FUNC_STATUS_NOT_FOUND -#undef __BT_FUNC_STATUS_AGAIN -#undef __BT_FUNC_STATUS_CANCELED +#undef __BT_FUNC_STATUS_OK +#undef __BT_FUNC_STATUS_OVERFLOW_ERROR #undef __BT_IN_BABELTRACE_H #undef __BT_UPCAST #undef __BT_UPCAST_CONST