From caaabb45e096e89bdc93414d08f6e40a255d0dc2 Mon Sep 17 00:00:00 2001 From: des Date: Fri, 29 Jun 2001 06:21:57 +0000 Subject: 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(-) (limited to 'sbin/md5/md5.c') diff --git a/sbin/md5/md5.c b/sbin/md5/md5.c index 58e4129..c1e1eef 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. -- cgit v1.1