lib: put __BT_UPCAST() and __BT_UPCAST_CONST() in `babeltrace.h`
[babeltrace.git] / include / babeltrace2 / graph / self-message-iterator.h
index d7f7b5eece35bf24ea9fdfff57e778e84a3ac5db..a77901da4d28b948757dd75fdf99549ee5d8e8ff 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef BABELTRACE_GRAPH_SELF_MESSAGE_ITERATOR_H
-#define BABELTRACE_GRAPH_SELF_MESSAGE_ITERATOR_H
+#ifndef BABELTRACE2_GRAPH_SELF_MESSAGE_ITERATOR_H
+#define BABELTRACE2_GRAPH_SELF_MESSAGE_ITERATOR_H
 
 /*
- * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
+ * 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
  * SOFTWARE.
  */
 
-/* For bt_self_component, bt_self_message_iterator, bt_self_port_output */
+#ifndef __BT_IN_BABELTRACE_H
+# error "Please include <babeltrace2/babeltrace.h> instead."
+#endif
+
 #include <babeltrace2/types.h>
 
 #ifdef __cplusplus
@@ -49,4 +52,4 @@ extern void *bt_self_message_iterator_get_data(
 }
 #endif
 
-#endif /* BABELTRACE_GRAPH_SELF_MESSAGE_ITERATOR_H */
+#endif /* BABELTRACE2_GRAPH_SELF_MESSAGE_ITERATOR_H */
This page took 0.02341 seconds and 4 git commands to generate.