chiark / gitweb /
Fix service file to match installed elogind binary location
[elogind.git] / src / test / test-ellipsize.c
index f97c78ebd6144f493dd7941fc4b1062c6c2e6521..d4f09b08a5879bd6a05110868827ecb2b8db348a 100644 (file)
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
 /***
   This file is part of systemd.
 
 
 #include <stdio.h>
 
-#include "util.h"
-#include "utf8.h"
+#include "alloc-util.h"
 #include "def.h"
+#include "string-util.h"
+#include "terminal-util.h"
+#include "util.h"
 
 static void test_one(const char *p) {
         _cleanup_free_ char *t;