X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Fgraph%2Fmessage-stream-beginning.h;h=e7385c544b53848a824ef084a724f58773788170;hb=056deb59eb33e87c06c0067907768ab08aff74a2;hp=c2a6b6c8ede0f410e26233ec3ea947bffe034bcf;hpb=188edac1113dbbb29030681dbde2de0ada742499;p=babeltrace.git diff --git a/include/babeltrace2/graph/message-stream-beginning.h b/include/babeltrace2/graph/message-stream-beginning.h index c2a6b6c8..e7385c54 100644 --- a/include/babeltrace2/graph/message-stream-beginning.h +++ b/include/babeltrace2/graph/message-stream-beginning.h @@ -1,9 +1,8 @@ -#ifndef BABELTRACE_GRAPH_MESSAGE_STREAM_BEGINNING_H -#define BABELTRACE_GRAPH_MESSAGE_STREAM_BEGINNING_H +#ifndef BABELTRACE2_GRAPH_MESSAGE_STREAM_BEGINNING_H +#define BABELTRACE2_GRAPH_MESSAGE_STREAM_BEGINNING_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_beginning_set_default_clock_snapshot( } #endif -#endif /* BABELTRACE_GRAPH_MESSAGE_STREAM_BEGINNING_H */ +#endif /* BABELTRACE2_GRAPH_MESSAGE_STREAM_BEGINNING_H */