From: Christian Heinrich Date: Fri, 10 Aug 2018 09:37:35 +0000 (+0200) Subject: [S(A)MPI] Add/modify include guards X-Git-Tag: v3_21~3^2~8 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c13ae8a28b1920f03c168081817bafe9add7567f [S(A)MPI] Add/modify include guards --- diff --git a/src/smpi/plugins/ampi/ampi.hpp b/src/smpi/plugins/ampi/ampi.hpp index 7f3912e057..cee44a3a30 100644 --- a/src/smpi/plugins/ampi/ampi.hpp +++ b/src/smpi/plugins/ampi/ampi.hpp @@ -3,8 +3,8 @@ /* 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. */ -#ifndef AMPI_HPP -#define AMPI_HPP +#ifndef INSTR_AMPI_HPP_ +#define INSTR_AMPI_HPP_ #include diff --git a/src/smpi/plugins/ampi/instr_ampi.hpp b/src/smpi/plugins/ampi/instr_ampi.hpp index 3fc2f742e3..0ab89c99af 100644 --- a/src/smpi/plugins/ampi/instr_ampi.hpp +++ b/src/smpi/plugins/ampi/instr_ampi.hpp @@ -3,8 +3,8 @@ /* 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. */ -#ifndef INSTR_AMPI_HPP_ -#define INSTR_AMPI_HPP_ +#ifndef INSTR_INSTR_AMPI_HPP_ +#define INSTR_INSTR_AMPI_HPP_ #include "smpi/smpi.h" #include "src/instr/instr_private.hpp"