X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Fgraph%2Fmessage-packet-end-const.h;h=82e2bbd4083c848d0da527df15b4f9a8cd6285dd;hb=056deb59eb33e87c06c0067907768ab08aff74a2;hp=6c6c82bbeb0e39e4c493bf9b73b66c5f677740be;hpb=3fadfbc0c91f82c46bd36e6e0657ea93570c9db1;p=babeltrace.git diff --git a/include/babeltrace2/graph/message-packet-end-const.h b/include/babeltrace2/graph/message-packet-end-const.h index 6c6c82bb..82e2bbd4 100644 --- a/include/babeltrace2/graph/message-packet-end-const.h +++ b/include/babeltrace2/graph/message-packet-end-const.h @@ -1,9 +1,8 @@ -#ifndef BABELTRACE_GRAPH_MESSAGE_PACKET_END_CONST_H -#define BABELTRACE_GRAPH_MESSAGE_PACKET_END_CONST_H +#ifndef BABELTRACE2_GRAPH_MESSAGE_PACKET_END_CONST_H +#define BABELTRACE2_GRAPH_MESSAGE_PACKET_END_CONST_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_packet, bt_clock_snapshot, bt_clock_class */ +#ifndef __BT_IN_BABELTRACE_H +# error "Please include instead." +#endif + #include #ifdef __cplusplus @@ -46,4 +48,4 @@ bt_message_packet_end_borrow_stream_class_default_clock_class_const( } #endif -#endif /* BABELTRACE_GRAPH_MESSAGE_PACKET_END_CONST_H */ +#endif /* BABELTRACE2_GRAPH_MESSAGE_PACKET_END_CONST_H */