Minimize and permit sandbox includes from crypto_ops.

This commit is contained in:
Nick Mathewson 2018-06-27 10:12:39 -04:00
parent ad24ccd472
commit 05040a9e84
2 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,7 @@ lib/defs/*.h
lib/malloc/*.h
lib/err/*.h
lib/intmath/*.h
lib/sandbox/*.h
lib/string/*.h
lib/testsupport/testsupport.h
lib/log/*.h

View File

@ -67,7 +67,6 @@ ENABLE_GCC_WARNING(redundant-decls)
#include "lib/crypt_ops/aes.h"
#include "common/util.h"
#include "common/compat.h"
#include "lib/sandbox/sandbox.h"
#include "common/util_format.h"
#include "keccak-tiny/keccak-tiny.h"