Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
objectify simdata_task_t
[simgrid.git] / src / plugins / host_dvfs.cpp
index 9399cdf..04d3738 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010-2018. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2010-2019. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -14,8 +14,6 @@
 #endif
 #include <xbt/config.hpp>
 
-#include "src/internal_config.h"
-
 #include <boost/algorithm/string.hpp>
 #if HAVE_SMPI
 #include "src/smpi/include/smpi_request.hpp"