diff --git a/src/gxs/rsgxsnetservice.h b/src/gxs/rsgxsnetservice.h index 015d01301..2896a100d 100644 --- a/src/gxs/rsgxsnetservice.h +++ b/src/gxs/rsgxsnetservice.h @@ -4,8 +4,8 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2012 Christopher Evi-Parker * - * Copyright (C) 2018-2021 Gioacchino Mazzurco * - * Copyright (C) 2019-2021 Asociación Civil Altermundi * + * Copyright (C) 2018-2022 Gioacchino Mazzurco * + * Copyright (C) 2019-2022 Asociación Civil Altermundi * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * @@ -36,7 +36,6 @@ #include "rsgxsnetutils.h" #include "pqi/p3cfgmgr.h" #include "rsgixs.h" -#include "util/rssharedptr.h" /// keep track of transaction number typedef std::map TransactionIdMap; diff --git a/src/util/rssharedptr.h b/tests/unittests/libretroshare/gxs/nxs_test/rssharedptr.h similarity index 100% rename from src/util/rssharedptr.h rename to tests/unittests/libretroshare/gxs/nxs_test/rssharedptr.h