summaryrefslogtreecommitdiff
path: root/src/import/curl-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/curl-util.h')
-rw-r--r--src/import/curl-util.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/import/curl-util.h b/src/import/curl-util.h
index c249069ffa..a758cc5640 100644
--- a/src/import/curl-util.h
+++ b/src/import/curl-util.h
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
#pragma once
/***
@@ -21,12 +19,13 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include <sys/types.h>
#include <curl/curl.h>
+#include <sys/types.h>
-#include "hashmap.h"
#include "sd-event.h"
+#include "hashmap.h"
+
typedef struct CurlGlue CurlGlue;
struct CurlGlue {