gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit b28a37b549da001ab21d4e4b311785a31e3751a4
parent 4003d89b714aba6f3c6e4f8d71bf44b3f13db872
Author: TheJackiMonster <thejackimonster@gmail.com>
Date:   Mon, 22 Jan 2024 19:19:54 +0100

-adjust includes

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>

Diffstat:
Msrc/service/messenger/messenger_api_traits.c | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/service/messenger/messenger_api_traits.c b/src/service/messenger/messenger_api_traits.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet - Copyright (C) 2023 GNUnet e.V. + Copyright (C) 2023--2024 GNUnet e.V. GNUnet is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published @@ -24,9 +24,6 @@ * @author Tobias Frisch */ -#include "gnunet_testing_ng_lib.h" -#include "gnunet_testing_netjail_lib.h" #include "messenger-testing-cmds.h" -#include "gnunet_util_lib.h" GNUNET_MESSENGER_SIMPLE_TRAITS (GNUNET_MESSENGER_MAKE_IMPL_SIMPLE_TRAIT)