summaryrefslogtreecommitdiffstats
path: root/src/fuse/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fuse/helper.h')
-rw-r--r--src/fuse/helper.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/fuse/helper.h b/src/fuse/helper.h
index c0c70c7..94218a9 100644
--- a/src/fuse/helper.h
+++ b/src/fuse/helper.h
@@ -1,14 +1,13 @@
#ifndef IMAGEHELPER_H
#define IMAGEHELPER_H
+#include "../types.h"
+
#include <netdb.h>
#include <stdbool.h>
#include <stdint.h>
#include <string.h>
-#include "../types.h"
-
-
typedef struct log_info {
uint64_t imageSize;
uint64_t receivedBytes;