X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Fgraph%2Fport-output-message-iterator.h;h=04bed3dcffc49952032bc771cf0e2e1c7993dabe;hb=4fa90f321f51af8f5bfc48eee1435e2f41d853b3;hp=bfddd46737c7070c8e00c18bb7e0cfa0d64274e7;hpb=d24d56638469189904fb6ddbb3c725817b3e9417;p=babeltrace.git diff --git a/include/babeltrace2/graph/port-output-message-iterator.h b/include/babeltrace2/graph/port-output-message-iterator.h index bfddd467..04bed3dc 100644 --- a/include/babeltrace2/graph/port-output-message-iterator.h +++ b/include/babeltrace2/graph/port-output-message-iterator.h @@ -1,5 +1,5 @@ -#ifndef BABELTRACE_GRAPH_PORT_OUTPUT_MESSAGE_ITERATOR_H -#define BABELTRACE_GRAPH_PORT_OUTPUT_MESSAGE_ITERATOR_H +#ifndef BABELTRACE2_GRAPH_PORT_OUTPUT_MESSAGE_ITERATOR_H +#define BABELTRACE2_GRAPH_PORT_OUTPUT_MESSAGE_ITERATOR_H /* * Copyright 2017-2018 Philippe Proulx @@ -23,6 +23,10 @@ * SOFTWARE. */ +#ifndef __BT_IN_BABELTRACE_H +# error "Please include instead." +#endif + #include /* For bt_message_iterator_*_status */ @@ -96,4 +100,4 @@ extern void bt_port_output_message_iterator_put_ref( } #endif -#endif /* BABELTRACE_GRAPH_PORT_OUTPUT_MESSAGE_ITERATOR_H */ +#endif /* BABELTRACE2_GRAPH_PORT_OUTPUT_MESSAGE_ITERATOR_H */