summaryrefslogtreecommitdiff
path: root/src/grp-machine/grp-import/systemd-export/export-raw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-machine/grp-import/systemd-export/export-raw.h')
-rw-r--r--src/grp-machine/grp-import/systemd-export/export-raw.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/grp-machine/grp-import/systemd-export/export-raw.h b/src/grp-machine/grp-import/systemd-export/export-raw.h
index 00f6931d7b..89aef76eed 100644
--- a/src/grp-machine/grp-import/systemd-export/export-raw.h
+++ b/src/grp-machine/grp-import/systemd-export/export-raw.h
@@ -21,11 +21,10 @@
#include <systemd/sd-event.h>
-#include "basic/macro.h"
#include "import-compress.h"
+#include "systemd-basic/macro.h"
typedef struct RawExport RawExport;
-
typedef void (*RawExportFinished)(RawExport *export, int error, void *userdata);
int raw_export_new(RawExport **export, sd_event *event, RawExportFinished on_finished, void *userdata);