diff options
Diffstat (limited to 'src/generic/md5.cpp')
-rw-r--r-- | src/generic/md5.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/generic/md5.cpp b/src/generic/md5.cpp index b49d36f..38a605c 100644 --- a/src/generic/md5.cpp +++ b/src/generic/md5.cpp @@ -18,14 +18,9 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. -#include <cstring> - #include "../compat/rawmem.hpp" #include "../strings/xstring.hpp" -#include "../strings/vstring.hpp" - -#include "random.hpp" #include "../poison.hpp" |