aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/aopacket.cpp2
-rw-r--r--src/packet_distribution.cpp1
2 files changed, 0 insertions, 3 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("#");
diff --git a/src/packet_distribution.cpp b/src/packet_distribution.cpp
index 96d54b53..0d5c09cc 100644
--- a/src/packet_distribution.cpp
+++ b/src/packet_distribution.cpp
@@ -2,7 +2,6 @@
#include "courtroom.h"
#include "debug_functions.h"
-#include "encryption_functions.h"
#include "hardware_functions.h"
#include "lobby.h"
#include "networkmanager.h"