lib: make public reference count functions have strict types
[babeltrace.git] / include / babeltrace / plugin / plugin-internal.h
index 7ca57ba9a34a6e0446952e36302e174862c20a53..65926c0b770bd4027dc794aa6c67ece06d4e5390 100644 (file)
@@ -2,10 +2,9 @@
 #define BABELTRACE_PLUGIN_PLUGIN_INTERNAL_H
 
 /*
+ * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
  * Copyright 2015 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
 
 #include <babeltrace/babeltrace-internal.h>
 #include <babeltrace/graph/component-class-internal.h>
-#include <babeltrace/plugin/plugin.h>
+#include <babeltrace/plugin/plugin-const.h>
 #include <babeltrace/plugin/plugin-dev.h>
 #include <babeltrace/plugin/plugin-so-internal.h>
 #include <babeltrace/object-internal.h>
-#include <babeltrace/object.h>
 #include <babeltrace/types.h>
 #include <babeltrace/assert-internal.h>
 #include <glib.h>
This page took 0.023314 seconds and 4 git commands to generate.