From 5e70f55295c4da59a7050e56afe851a2e230b8dc Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 11 Jul 2019 00:56:00 +0200 Subject: [PATCH 1/1] mc: reduce the visibility of by a tiny bit --- src/mc/inspect/Type.hpp | 3 +++ src/mc/inspect/mc_dwarf.hpp | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) 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 { -- 2.20.1