From: Martin Quinson Date: Wed, 10 Jul 2019 22:56:00 +0000 (+0200) Subject: mc: reduce the visibility of by a tiny bit X-Git-Tag: v3.24~327 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5e70f55295c4da59a7050e56afe851a2e230b8dc?hp=c79ec1de5b266ba27e433dbac9bef2edf258341f mc: reduce the visibility of by a tiny bit --- diff --git a/src/mc/inspect/Type.hpp b/src/mc/inspect/Type.hpp index 4ae29aad1c..ff9642f565 100644 --- a/src/mc/inspect/Type.hpp +++ b/src/mc/inspect/Type.hpp @@ -11,6 +11,9 @@ #include #include +#define DW_LANG_Objc DW_LANG_ObjC /* fix spelling error in older dwarf.h */ +#include + #include "xbt/asserts.h" #include "xbt/base.h" diff --git a/src/mc/inspect/mc_dwarf.hpp b/src/mc/inspect/mc_dwarf.hpp index 76b36f4ce4..fa8db42fe0 100644 --- a/src/mc/inspect/mc_dwarf.hpp +++ b/src/mc/inspect/mc_dwarf.hpp @@ -8,9 +8,6 @@ #include "xbt/base.h" -#define DW_LANG_Objc DW_LANG_ObjC /* fix spelling error in older dwarf.h */ -#include - #include "src/mc/mc_forward.hpp" namespace simgrid {