Remove some unneeded includes

This commit is contained in:
Frank Denis 2013-10-14 13:38:36 -07:00
parent ad4763a817
commit 6df6be8911
2 changed files with 0 additions and 7 deletions

View File

@ -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_donna.h"

View File

@ -2,7 +2,6 @@
#include <sys/types.h>
#include <assert.h>
#include <inttypes.h>
#include <limits.h>
#include <stdint.h>