summaryrefslogtreecommitdiffstats
path: root/bin/test
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1997-12-10 22:18:54 +0000
committereivind <eivind@FreeBSD.org>1997-12-10 22:18:54 +0000
commit2208ac1acff642528ab86ad928de033b2ebec1ab (patch)
treee10c194abd1c5b693eae26b6ecf96e904dcfc92d /bin/test
parentdb8034d25a40e9c0c216d0d4a0f6a3679b6d6e42 (diff)
downloadFreeBSD-src-2208ac1acff642528ab86ad928de033b2ebec1ab.zip
FreeBSD-src-2208ac1acff642528ab86ad928de033b2ebec1ab.tar.gz
Remove simultaneous include of <sys/param.h> and <sys/types.h>.
Reorder includes to be alphabetical some places since I already was in here.
Diffstat (limited to 'bin/test')
-rw-r--r--bin/test/test.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/test/test.c b/bin/test/test.c
index 59ccf33..d74b299 100644
--- a/bin/test/test.c
+++ b/bin/test/test.c
@@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: test.c,v 1.17 1997/02/22 14:06:25 peter Exp $
*/
#ifndef lint
@@ -46,9 +46,8 @@ static char const copyright[] =
static char const sccsid[] = "@(#)test.c 8.3 (Berkeley) 4/2/94";
#endif /* not lint */
-#include <sys/types.h>
-#include <sys/stat.h>
#include <sys/param.h>
+#include <sys/stat.h>
#include <ctype.h>
#include <err.h>
OpenPOWER on IntegriCloud