aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive_parser.h
diff options
context:
space:
mode:
authorConfuSomu2023-07-18 00:12:58 +0200
committerConfuSomu2023-07-18 00:12:58 +0200
commitcdd08523b9af7afda906766d22197a066c9264f3 (patch)
tree4944566510ad446d49dbab8cb34d95a820d03881 /src/archive_parser.h
parent5ed7d9b53a65aec1f4793f62ac15195c44224b39 (diff)
downloadActorViewer-cdd08523b9af7afda906766d22197a066c9264f3.tar
ActorViewer-cdd08523b9af7afda906766d22197a066c9264f3.tar.gz
ActorViewer-cdd08523b9af7afda906766d22197a066c9264f3.zip
Move APAttachmentFields to fields.h
Finish consolidating every AP…Field in one file to avoid circular include dependencies which are very hard/impossible to work with.
Diffstat (limited to 'src/archive_parser.h')
-rw-r--r--src/archive_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/archive_parser.h b/src/archive_parser.h
index 7f41878..162787e 100644
--- a/src/archive_parser.h
+++ b/src/archive_parser.h
@@ -8,7 +8,7 @@
#include <QDir>
#include "types.h"
-#include "activitypub/apattachment.h"
+#include "activitypub/fields.h"
enum ArchiveType {
MASTODON