Fix #includes in armsrc/optimized_cypher.c

This commit is contained in:
pwpiwi 2017-03-06 18:02:48 +01:00
commit 0e043ec0fd

View file

@ -61,8 +61,7 @@
**/
#include "optimized_cipher.h"
#include <stdlib.h>
#include <string.h>
#include <stddef.h>
#include <stdbool.h>
#include <stdint.h>