diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-04-10 20:23:18 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-04-10 20:23:18 +0200 |
commit | 44cbb293088840d5813a69c6dc850b0444c4e27b (patch) | |
tree | 9b12961e4ee18a83638ce0f75594cad521142485 /sys/src/libsec/port/curve25519.c | |
parent | c3c726a5d062fb11c84ec84a6028d02592ae8585 (diff) |
libsec: make #include headers consistent
Diffstat (limited to 'sys/src/libsec/port/curve25519.c')
-rw-r--r-- | sys/src/libsec/port/curve25519.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/src/libsec/port/curve25519.c b/sys/src/libsec/port/curve25519.c index 527b8d8b0..25d88326f 100644 --- a/sys/src/libsec/port/curve25519.c +++ b/sys/src/libsec/port/curve25519.c @@ -45,8 +45,7 @@ * uses many of the tricks described therein. Only the crecip function is taken * from the sample implementation. */ -#include <u.h> -#include <libc.h> +#include "os.h" #include <libsec.h> typedef vlong felem; |