diff options
author | Paul Selkirk <paul@psgd.org> | 2016-03-29 16:43:42 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2016-03-29 16:43:42 -0400 |
commit | 10286b1098357ed0b0cb9af0e20580b9525e9926 (patch) | |
tree | e3d768105070a3a659bc39ee77303bb3e770187e /tests/test-rpc_hash.c | |
parent | 8a01c20cd38da6ff52423f02fc22d56b8ad57800 (diff) |
Remove unneeded hal_internal.h
Diffstat (limited to 'tests/test-rpc_hash.c')
-rw-r--r-- | tests/test-rpc_hash.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test-rpc_hash.c b/tests/test-rpc_hash.c index 22bc589..a0c571c 100644 --- a/tests/test-rpc_hash.c +++ b/tests/test-rpc_hash.c @@ -41,9 +41,6 @@ #include <hal.h> -#warning This is wrong, nothing outside libhal itself should include hal_internal.h -#include <hal_internal.h> - /* Usual NIST sample messages. */ /* "abc" */ |