Remove some unneeded includes
This commit is contained in:
parent
ad4763a817
commit
6df6be8911
@ -1,10 +1,4 @@
|
|||||||
|
|
||||||
#include <sys/types.h>
|
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
#include <inttypes.h>
|
|
||||||
#include <limits.h>
|
|
||||||
|
|
||||||
#include "crypto_onetimeauth_poly1305.h"
|
#include "crypto_onetimeauth_poly1305.h"
|
||||||
#include "crypto_onetimeauth_poly1305_donna.h"
|
#include "crypto_onetimeauth_poly1305_donna.h"
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <inttypes.h>
|
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user