maint: prefer #include <...> for gnulib substitute headers
commit430663cb355c59f1dbebddd76283d6897f7745f8
authorCollin Funk <collin.funk1@gmail.com>
Sun, 18 Feb 2024 20:23:07 +0000 (18 12:23 -0800)
committerPádraig Brady <P@draigBrady.com>
Mon, 19 Feb 2024 14:19:06 +0000 (19 14:19 +0000)
treee235fc5c045a57ee877fa61581b772edc9ec884f
parent8e3b0feb1d4dc20b50ef2ff2d1da0c3f4958780f
maint: prefer #include <...> for gnulib substitute headers

* 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
src/shuf.c
src/stat.c
src/system.h