summaryrefslogtreecommitdiff
path: root/src/basic/strv.h
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-12-01 23:22:03 +0100
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-12-01 23:40:17 +0100
commit93cc7779e0c121b75183920173f37cd1ee9d59cf (patch)
treec6250457bc9893684ea63e014daf7a049c536d68 /src/basic/strv.h
parentc0f1f52317e6128f44b235aa6edf86ddf2043aaf (diff)
basic: re-sort includes
My previous patch to only include what we use accidentially placed the added inlcudes in non-sorted order.
Diffstat (limited to 'src/basic/strv.h')
-rw-r--r--src/basic/strv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/strv.h b/src/basic/strv.h
index d0dd08baf3..bb61db2638 100644
--- a/src/basic/strv.h
+++ b/src/basic/strv.h
@@ -26,8 +26,8 @@
#include <stdbool.h>
#include <stddef.h>
-#include "extract-word.h"
#include "alloc-util.h"
+#include "extract-word.h"
#include "macro.h"
#include "util.h"