aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/transforms/hashers/hasher_md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/transforms/hashers/hasher_md5.c')
-rw-r--r--Source/charon/transforms/hashers/hasher_md5.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/charon/transforms/hashers/hasher_md5.c b/Source/charon/transforms/hashers/hasher_md5.c
index 05de2e024..f671bef6c 100644
--- a/Source/charon/transforms/hashers/hasher_md5.c
+++ b/Source/charon/transforms/hashers/hasher_md5.c
@@ -28,8 +28,8 @@
#include "hasher_md5.h"
-#include "../../definitions.h"
-#include "../../utils/allocator.h"
+#include <definitions.h>
+#include <utils/allocator.h>
#define BLOCK_SIZE_MD5 16