aboutsummaryrefslogtreecommitdiff
path: root/encryption_functions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'encryption_functions.cpp')
-rw-r--r--encryption_functions.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/encryption_functions.cpp b/encryption_functions.cpp
index 56b6e34c..ffbe0cdb 100644
--- a/encryption_functions.cpp
+++ b/encryption_functions.cpp
@@ -2,12 +2,6 @@
#include "hex_functions.h"
-#include <cstddef>
-#include <stdlib.h>
-#include <sstream>
-#include <iomanip>
-#include <QVector>
-
QString fanta_encrypt(QString temp_input, unsigned int p_key)
{
//using standard stdlib types is actually easier here because of implicit char<->int conversion