summaryrefslogtreecommitdiff
path: root/src/common/aes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/aes.c')
-rw-r--r--src/common/aes.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/aes.c b/src/common/aes.c
index e965f1baaa..aa834fdb1d 100644
--- a/src/common/aes.c
+++ b/src/common/aes.c
@@ -10,7 +10,6 @@
#include <assert.h>
#include <stdlib.h>
#include <string.h>
-#include <stdint.h>
#include "../../orconfig.h"
#include "./aes.h"
#include "util.h"