aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2024-01-22 19:19:54 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2024-01-22 19:19:54 +0100
commitb28a37b549da001ab21d4e4b311785a31e3751a4 (patch)
tree8257c739e4eb4f29215f05a7cfce742f9d7ca8b4 /src
parent4003d89b714aba6f3c6e4f8d71bf44b3f13db872 (diff)
downloadgnunet-b28a37b549da001ab21d4e4b311785a31e3751a4.tar.gz
gnunet-b28a37b549da001ab21d4e4b311785a31e3751a4.zip
-adjust includes
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/service/messenger/messenger_api_traits.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/service/messenger/messenger_api_traits.c b/src/service/messenger/messenger_api_traits.c
index 5f5088c9d..b6affc90d 100644
--- a/src/service/messenger/messenger_api_traits.c
+++ b/src/service/messenger/messenger_api_traits.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet 2 This file is part of GNUnet
3 Copyright (C) 2023 GNUnet e.V. 3 Copyright (C) 2023--2024 GNUnet e.V.
4 4
5 GNUnet is free software: you can redistribute it and/or modify it 5 GNUnet is free software: you can redistribute it and/or modify it
6 under the terms of the GNU Affero General Public License as published 6 under the terms of the GNU Affero General Public License as published
@@ -24,9 +24,6 @@
24 * @author Tobias Frisch 24 * @author Tobias Frisch
25 */ 25 */
26 26
27#include "gnunet_testing_ng_lib.h"
28#include "gnunet_testing_netjail_lib.h"
29#include "messenger-testing-cmds.h" 27#include "messenger-testing-cmds.h"
30#include "gnunet_util_lib.h"
31 28
32GNUNET_MESSENGER_SIMPLE_TRAITS (GNUNET_MESSENGER_MAKE_IMPL_SIMPLE_TRAIT) 29GNUNET_MESSENGER_SIMPLE_TRAITS (GNUNET_MESSENGER_MAKE_IMPL_SIMPLE_TRAIT)