ipl_tools: Remove unused header

Optimize dependency management by reducing header inclusions. This
reduces hidden dependencies, improves modularity, and enhances
compilation performance.

Signed-off-by: Jan Polensky <japo@linux.ibm.com>
Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Jan Polensky
2025-03-18 14:58:06 +01:00
committed by Jan Höppner
parent 92486dfcaf
commit 6f53d7d3cd
2 changed files with 0 additions and 2 deletions

View File

@@ -9,7 +9,6 @@
* it under the terms of the MIT license. See LICENSE for details.
*/
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@@ -12,7 +12,6 @@
#ifndef IPL_TOOLS_H
#define IPL_TOOLS_H
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <getopt.h>