summaryrefslogtreecommitdiff
path: root/src/core/kill.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-26 22:31:05 +0100
committerLennart Poettering <lennart@poettering.net>2015-10-27 13:25:56 +0100
commit8b43440b7ef4b81c69c31de7ff820dc07a780254 (patch)
tree595e6dbbf92dc2bc4ae92e21e1c99b2d61146ac8 /src/core/kill.c
parent8fcde01280adcbd07e8205b91ac52b06305b6208 (diff)
downloadsystemd-8b43440b7ef4b81c69c31de7ff820dc07a780254.tar.gz
util-lib: move string table stuff into its own string-table.[ch]
Diffstat (limited to 'src/core/kill.c')
-rw-r--r--src/core/kill.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/kill.c b/src/core/kill.c
index bddfa4460f..1466d5ce64 100644
--- a/src/core/kill.c
+++ b/src/core/kill.c
@@ -19,9 +19,10 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include "util.h"
-#include "signal-util.h"
#include "kill.h"
+#include "signal-util.h"
+#include "string-table.h"
+#include "util.h"
void kill_context_init(KillContext *c) {
assert(c);