X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f3b7e5f4b4d7c87ee3e8827313ec966ea8fc8387..2865b4adad00b379d59f8ef1b9ed31ed1a7045ef:/include/simgrid/plugins/dvfs.h diff --git a/include/simgrid/plugins/dvfs.h b/include/simgrid/plugins/dvfs.h index 3f7ed88e74..2f5de8027a 100644 --- a/include/simgrid/plugins/dvfs.h +++ b/include/simgrid/plugins/dvfs.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2017-2020. The SimGrid Team. +/* Copyright (c) 2017-2023. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -7,6 +7,7 @@ #ifndef SIMGRID_PLUGINS_DVFS_H_ #define SIMGRID_PLUGINS_DVFS_H_ +#include #include #include @@ -14,8 +15,6 @@ SG_BEGIN_DECL XBT_PUBLIC void sg_host_dvfs_plugin_init(); -#define MSG_host_dvfs_plugin_init() sg_host_dvfs_plugin_init() - SG_END_DECL #endif