diff options
author | Rob Austein <sra@hactrn.net> | 2018-05-20 19:15:58 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2018-05-20 19:15:58 -0400 |
commit | 31c072187ecdedc03f04c4c3d2cb389c0c499a07 (patch) | |
tree | 3d4f5da9db980651b0050e540c622c572f45a169 /rpc_pkey.c | |
parent | e6bdf57820121b6eac9f35c8ef53a4e7a76205e1 (diff) |
Drop <assert.h> now that everything should be using hal_assert() instead.
Diffstat (limited to 'rpc_pkey.c')
-rw-r--r-- | rpc_pkey.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -34,7 +34,6 @@ */ #include <string.h> -#include <assert.h> #include "hal.h" #include "hal_internal.h" |