X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Fplugin%2Fplugin-set-const.h;h=209e1d33ba22466824961dc3c9a8cb8ce2315dec;hb=bbb7b5f044dc06e50eaa34ed3a880b34e1e7ebb8;hp=3e1caa066bb72af65c03fb5e5e69efbb65bf8fe3;hpb=3fadfbc0c91f82c46bd36e6e0657ea93570c9db1;p=babeltrace.git diff --git a/include/babeltrace2/plugin/plugin-set-const.h b/include/babeltrace2/plugin/plugin-set-const.h index 3e1caa06..209e1d33 100644 --- a/include/babeltrace2/plugin/plugin-set-const.h +++ b/include/babeltrace2/plugin/plugin-set-const.h @@ -1,9 +1,8 @@ -#ifndef BABELTRACE_PLUGIN_PLUGIN_SET_CONST_H -#define BABELTRACE_PLUGIN_PLUGIN_SET_CONST_H +#ifndef BABELTRACE2_PLUGIN_PLUGIN_SET_CONST_H +#define BABELTRACE2_PLUGIN_PLUGIN_SET_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,9 +23,12 @@ * SOFTWARE. */ +#ifndef __BT_IN_BABELTRACE_H +# error "Please include instead." +#endif + #include -/* For bt_plugin, bt_plugin_set */ #include #ifdef __cplusplus @@ -60,4 +62,4 @@ extern void bt_plugin_set_put_ref(const bt_plugin_set *plugin_set); } #endif -#endif /* BABELTRACE_PLUGIN_PLUGIN_SET_CONST_H */ +#endif /* BABELTRACE2_PLUGIN_PLUGIN_SET_CONST_H */