Fix include ordering breakage from rev. 1.23.

Please-read-style(9):	dd
This commit is contained in:
des 2001-06-29 06:21:57 +00:00
parent a51b5ef63f
commit caaabb45e0

View File

@ -26,10 +26,10 @@ static const char rcsid[] =
#include <err.h>
#include <md5.h>
#include <stdio.h>
#include <time.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
/*
* Length of test block, number of test blocks.