X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ab0bf820128e74dc5e7d9e6413b88bca2621a34e..093b834960aa7457d220feacad9542c4606ed8a0:/src/mc/mc_dwarf.hpp diff --git a/src/mc/mc_dwarf.hpp b/src/mc/mc_dwarf.hpp index 62fb9a18a9..3e2d8e3741 100644 --- a/src/mc/mc_dwarf.hpp +++ b/src/mc/mc_dwarf.hpp @@ -1,23 +1,17 @@ -/* Copyright (c) 2008-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2008-2017. 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. */ -#if !defined(SIMGRID_MC_DWARF_HPP) +#ifndef SIMGRID_MC_DWARF_HPP #define SIMGRID_MC_DWARF_HPP -#include - -#include - -#include -#include +#include "xbt/base.h" #define DW_LANG_Objc DW_LANG_ObjC /* fix spelling error in older dwarf.h */ #include -#include "src/mc/Variable.hpp" +#include "src/mc/mc_forward.hpp" namespace simgrid { namespace dwarf {