chiark / gitweb /
tree-wide: remove Emacs lines from all files
[elogind.git] / src / basic / strv.h
index 13ed1b371e69057dd8576a4fb5fe8db5b0c505ae..3a21982e0790dfd66e88fb77f67f529824d31d4f 100644 (file)
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
 #pragma once
 
 /***
 #include <fnmatch.h>
 #include <stdarg.h>
 #include <stdbool.h>
+#include <stddef.h>
 
+#include "alloc-util.h"
 #include "extract-word.h"
+#include "macro.h"
 #include "util.h"
 
 char *strv_find(char **l, const char *name) _pure_;