mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix include ordering breakage from rev. 1.23.
Please-read-style(9): dd
This commit is contained in:
parent
e72fd46a66
commit
40dbfd1a48
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue