* src/shuf.c: Change #include "getopt.h" to #include <getopt.h>.
* src/stat.c: Change #include "getopt.h" to #include <getopt.h>.
* src/system.h: Change #include "error.h" to #include <error.h>.
Copyright-paperwork-exempt: Yes
#include <config.h>
#include <sys/types.h>
+#include <getopt.h>
#include "system.h"
#include "fadvise.h"
-#include "getopt.h"
#include "linebuffer.h"
#include "quote.h"
#include "randint.h"
# include <fs_info.h>
#endif
#include <selinux/selinux.h>
+#include <getopt.h>
#include "system.h"
#include "file-type.h"
#include "filemode.h"
#include "fs.h"
-#include "getopt.h"
#include "mountlist.h"
#include "quote.h"
#include "stat-size.h"
_Noreturn void usage (int status);
-#include "error.h"
+#include <error.h>
/* Like error(0, 0, ...), but without an implicit newline.
Also a noop unless the global DEV_DEBUG is set. */