chiark / gitweb /
remove unused includes
[elogind.git] / src / test / test-install.c
index 467970b0075729228ba3b71bf969dc4813b7ef62..5ee52e64cb5ac0a271429d7523c6cc12e96c9b3a 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <errno.h>
 #include <string.h>
 #include <stdio.h>
-#include <fcntl.h>
 
-#include "util.h"
-#include "path-util.h"
 #include "install.h"
 
 static void dump_changes(UnitFileChange *c, unsigned n) {