X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Fgraph%2Fmessage-stream-end.h;h=34b98b8f0900741051bdffb4d75d0f06ee3568a1;hb=056deb59eb33e87c06c0067907768ab08aff74a2;hp=5077880fdc77cf7701d95b73e51a4921b7a1954b;hpb=188edac1113dbbb29030681dbde2de0ada742499;p=babeltrace.git diff --git a/include/babeltrace2/graph/message-stream-end.h b/include/babeltrace2/graph/message-stream-end.h index 5077880f..34b98b8f 100644 --- a/include/babeltrace2/graph/message-stream-end.h +++ b/include/babeltrace2/graph/message-stream-end.h @@ -1,9 +1,8 @@ -#ifndef BABELTRACE_GRAPH_MESSAGE_STREAM_END_H -#define BABELTRACE_GRAPH_MESSAGE_STREAM_END_H +#ifndef BABELTRACE2_GRAPH_MESSAGE_STREAM_END_H +#define BABELTRACE2_GRAPH_MESSAGE_STREAM_END_H /* - * Copyright 2017-2018 Philippe Proulx - * Copyright 2016 Jérémie Galarneau + * Copyright (c) 2010-2019 EfficiOS Inc. and Linux Foundation * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -24,7 +23,10 @@ * SOFTWARE. */ -/* For bt_message, bt_self_message_iterator, bt_stream */ +#ifndef __BT_IN_BABELTRACE_H +# error "Please include instead." +#endif + #include #ifdef __cplusplus @@ -47,4 +49,4 @@ void bt_message_stream_end_set_default_clock_snapshot( } #endif -#endif /* BABELTRACE_GRAPH_MESSAGE_STREAM_END_H */ +#endif /* BABELTRACE2_GRAPH_MESSAGE_STREAM_END_H */