diff options
Diffstat (limited to 'src/lib/hello/test_hello-uri.c')
-rw-r--r-- | src/lib/hello/test_hello-uri.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/hello/test_hello-uri.c b/src/lib/hello/test_hello-uri.c index d1f40246a..9f3179270 100644 --- a/src/lib/hello/test_hello-uri.c +++ b/src/lib/hello/test_hello-uri.c | |||
@@ -22,11 +22,10 @@ | |||
22 | * @brief test for helper library for handling URI-based HELLOs | 22 | * @brief test for helper library for handling URI-based HELLOs |
23 | * @author Christian Grothoff | 23 | * @author Christian Grothoff |
24 | */ | 24 | */ |
25 | #include "gnunet_time_lib.h" | ||
26 | #include "platform.h" | 25 | #include "platform.h" |
27 | #include "gnunet_signatures.h" | 26 | #include "gnunet_signatures.h" |
28 | #include "gnunet_hello_uri_lib.h" | ||
29 | #include "gnunet_util_lib.h" | 27 | #include "gnunet_util_lib.h" |
28 | #include "gnunet_hello_uri_lib.h" | ||
30 | 29 | ||
31 | 30 | ||
32 | /** | 31 | /** |