]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/acpi-fpdt.c
shared: include what we use
[thirdparty/systemd.git] / src / shared / acpi-fpdt.c
index 30e03c0652f4f1692ea10e283356885683e453fc..dcdef50a18cb054c3cbd83559c8b2f849ac0756d 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include <errno.h>
 #include <fcntl.h>
+#include <stddef.h>
 #include <stdint.h>
-#include <stdio.h>
 #include <string.h>
 #include <unistd.h>
 
@@ -30,7 +31,6 @@
 #include "fd-util.h"
 #include "fileio.h"
 #include "time-util.h"
-#include "util.h"
 
 struct acpi_table_header {
         char signature[4];