From f54750366c10246da19730dbbcfdc06666d2b841 Mon Sep 17 00:00:00 2001 From: heck Date: Thu, 3 Jun 2021 19:50:56 +0200 Subject: [PATCH] Test: pEpTestTree - impl is now hxx --- test/pEpTest/src/pEpTestTree.hh | 1 - test/pEpTest/src/pEpTestTree.hxx | 9 ++++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/test/pEpTest/src/pEpTestTree.hh b/test/pEpTest/src/pEpTestTree.hh index 206cbb0..b340d5b 100644 --- a/test/pEpTest/src/pEpTestTree.hh +++ b/test/pEpTest/src/pEpTestTree.hh @@ -8,7 +8,6 @@ #include #include #include "../../../src/pEpLog.hh" -//#include "pEpTestModel.hh" // Yes, the mem mgmt is purely static on purpose (so far) diff --git a/test/pEpTest/src/pEpTestTree.hxx b/test/pEpTest/src/pEpTestTree.hxx index 7aa5ff7..18f77fd 100644 --- a/test/pEpTest/src/pEpTestTree.hxx +++ b/test/pEpTest/src/pEpTestTree.hxx @@ -1,4 +1,9 @@ -#include "pEpTestTree.hh" +// This file is under GNU General Public License 3.0 +// see LICENSE.txt + +#ifndef LIBPEPADAPTER_PEPTEST_PEPTESTTREE_HXX +#define LIBPEPADAPTER_PEPTEST_PEPTESTTREE_HXX + #include "../../../src/std_utils.hh" #include "../../framework/utils.hh" #include @@ -398,3 +403,5 @@ namespace pEp { }; } // namespace Test } // namespace pEp + +#endif // LIBPEPADAPTER_PEPTEST_PEPTESTTREE_HXX \ No newline at end of file