Skip to content

Commit

Permalink
Fix include ordering breakage from rev. 1.23.
Browse files Browse the repository at this point in the history
Please-read-style(9):	dd
  • Loading branch information
dag-erling committed Jun 29, 2001
1 parent a51b5ef commit caaabb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sbin/md5/md5.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit caaabb4

Please sign in to comment.