From 40dbfd1a4815dcd9311dfaf47fd85ae8557b3e91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Fri, 29 Jun 2001 06:21:57 +0000 Subject: [PATCH] Fix include ordering breakage from rev. 1.23. Please-read-style(9): dd --- sbin/md5/md5.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/md5/md5.c b/sbin/md5/md5.c index 58e41295cf5..c1e1eef45a2 100644 --- a/sbin/md5/md5.c +++ b/sbin/md5/md5.c @@ -26,10 +26,10 @@ static const char rcsid[] = #include #include #include -#include -#include #include #include +#include +#include /* * Length of test block, number of test blocks.