lib: rename bt_plugin_create_all_*() -> bt_plugin_find_all_*()
[babeltrace.git] / include / babeltrace / graph / notification-event-internal.h
index 83a02069954c40e9b1e28212ab65e1cf54abb066..ff165e3460f04be16403a6c847d328bf6890c21d 100644 (file)
@@ -2,12 +2,9 @@
 #define BABELTRACE_GRAPH_NOTIFICATION_EVENT_INTERNAL_H
 
 /*
- * BabelTrace - Plug-in Event Notification internal
- *
+ * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
  * Copyright 2016 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
- * Author: Jérémie Galarneau <jeremie.galarneau@efficios.com>
- *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * in the Software without restriction, including without limitation the rights
@@ -28,8 +25,8 @@
  */
 
 #include <babeltrace/compiler-internal.h>
-#include <babeltrace/ctf-ir/event-class.h>
-#include <babeltrace/ctf-ir/event.h>
+#include <babeltrace/trace-ir/event-class.h>
+#include <babeltrace/trace-ir/event.h>
 #include <babeltrace/graph/notification-internal.h>
 #include <babeltrace/assert-internal.h>
 
This page took 0.02531 seconds and 4 git commands to generate.