summaryrefslogtreecommitdiff
path: root/src/import/import-compress.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/import-compress.c')
-rw-r--r--src/import/import-compress.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/import/import-compress.c b/src/import/import-compress.c
index d6b8133036..f1766bbe3b 100644
--- a/src/import/import-compress.c
+++ b/src/import/import-compress.c
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
/***
This file is part of systemd.
@@ -19,8 +17,9 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include "util.h"
#include "import-compress.h"
+#include "string-table.h"
+#include "util.h"
void import_compress_free(ImportCompress *c) {
assert(c);