From d3614be2e07baa6c1d7cebbab5e260481fbb2de9 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Wed, 1 Feb 2012 12:46:44 +0000 Subject: Removed a few duplicate includes git-svn-id: http://mc-server.googlecode.com/svn/trunk@215 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/md5/md5.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'source/md5') 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 -#ifndef _WIN32 -#include -#endif + // Constants for MD5Transform routine. -- cgit v1.2.3