aboutsummaryrefslogtreecommitdiff
path: root/src/aopacket.cpp
diff options
context:
space:
mode:
authorscatterflower <marisaposs@gameboyprinter.moe>2020-08-21 15:36:31 -0500
committerscatterflower <marisaposs@gameboyprinter.moe>2020-08-21 15:36:31 -0500
commit3f999455a935fd722bb49e3837b6ffb106abf870 (patch)
tree7c27abf04aaea5bce6063d29e93457f5a5318a95 /src/aopacket.cpp
parentc0316ded85bbd2098fd51775632ad4c12be95cb9 (diff)
remove remaining traces of fantacrypt
Diffstat (limited to 'src/aopacket.cpp')
-rw-r--r--src/aopacket.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/aopacket.cpp b/src/aopacket.cpp
index 1cb54280..4cf43e1d 100644
--- a/src/aopacket.cpp
+++ b/src/aopacket.cpp
@@ -1,7 +1,5 @@
#include "aopacket.h"
-#include "encryption_functions.h"
-
AOPacket::AOPacket(QString p_packet_string)
{
QStringList packet_contents = p_packet_string.split("#");