diff options
Diffstat (limited to 'source/md5/md5.cpp')
-rw-r--r-- | source/md5/md5.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/source/md5/md5.cpp b/source/md5/md5.cpp index 534020219..2b9e10c9f 100644 --- a/source/md5/md5.cpp +++ b/source/md5/md5.cpp @@ -35,12 +35,8 @@ documentation and/or software. /* interface header */
#include "md5.h"
-/* system implementation headers */
-#include <stdio.h>
-#ifndef _WIN32
-#include <cstring>
-#endif
+
// Constants for MD5Transform routine.
|