From 0dab29ce1069c2ebec22a75669aa8242fdc15882 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 20 Jun 2018 09:35:05 -0400 Subject: Run rectify_include_paths.py --- src/test/test-memwipe.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/test/test-memwipe.c') diff --git a/src/test/test-memwipe.c b/src/test/test-memwipe.c index 452a440140..a8326aa671 100644 --- a/src/test/test-memwipe.c +++ b/src/test/test-memwipe.c @@ -7,9 +7,9 @@ #include #include -#include "crypto_util.h" -#include "compat.h" -#include "util.h" +#include "common/crypto_util.h" +#include "common/compat.h" +#include "common/util.h" static unsigned fill_a_buffer_memset(void) __attribute__((noinline)); static unsigned fill_a_buffer_memwipe(void) __attribute__((noinline)); -- cgit v1.2.3-54-g00ecf