From 2033d5e885059740d6d0a9c5946246cd80b4b3d3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 11 Apr 2003 11:42:39 +0000 Subject: Include error.h after system.h, not before. --- src/yes.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/yes.c') diff --git a/src/yes.c b/src/yes.c index 09d6ee9d1..f832b4775 100644 --- a/src/yes.c +++ b/src/yes.c @@ -1,5 +1,5 @@ /* yes - output a string repeatedly until killed - Copyright (C) 1991-1997, 1999-2002 Free Software Foundation, Inc. + Copyright (C) 1991-1997, 1999-2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -22,10 +22,11 @@ #include #include -#include "error.h" #include "system.h" -#include "long-options.h" + #include "closeout.h" +#include "error.h" +#include "long-options.h" /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "yes" -- cgit v1.2.3-54-g00ecf