]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
chcpu: remove unsused system headers
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Mon, 1 Jun 2026 23:23:18 +0000 (19:23 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Wed, 24 Jun 2026 23:51:49 +0000 (19:51 -0400)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
sys-utils/chcpu.c

index 9c86284c28cff3fb4165d9a892f85e1dae276820..43d1f457e0a7b116d2143d83361c83218ef4042d 100644 (file)
  * along with this program.  If not, see <https://gnu.org/licenses/>.
  */
 
-#include <ctype.h>
-#include <dirent.h>
-#include <errno.h>
-#include <fcntl.h>
 #include <getopt.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <sys/utsname.h>
 #include <unistd.h>
-#include <stdarg.h>
-#include <sys/types.h>
-#include <sys/stat.h>
 
 #include "cpuset.h"
 #include "nls.h"