]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/test/test-replace-var.c
headers: remove unneeded includes from util.h
[thirdparty/systemd.git] / src / test / test-replace-var.c
index 55208b179f011fe1c564bfc8f4d8390479408954..8620e72b2b736e83f8895e17d0297c629cf7b1b0 100644 (file)
@@ -1,11 +1,10 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 
-#include <string.h>
+#include <stdio.h>
 
 #include "macro.h"
 #include "replace-var.h"
 #include "string-util.h"
-#include "util.h"
 
 static char *lookup(const char *variable, void *userdata) {
         return strjoin("<<<", variable, ">>>");