]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include error.h after system.h, not before.
authorJim Meyering <jim@meyering.net>
Fri, 11 Apr 2003 11:42:39 +0000 (11:42 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 11 Apr 2003 11:42:39 +0000 (11:42 +0000)
src/yes.c

index 09d6ee9d1e4c76916fe203298b4a042d07da6d63..f832b4775605a269ff05f444e1c1ed61a58225b0 100644 (file)
--- 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
 #include <sys/types.h>
 #include <getopt.h>
 
-#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"