aboutsummaryrefslogtreecommitdiff
path: root/misc_functions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'misc_functions.cpp')
-rw-r--r--misc_functions.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/misc_functions.cpp b/misc_functions.cpp
index e767b2ef..23520551 100644
--- a/misc_functions.cpp
+++ b/misc_functions.cpp
@@ -1,8 +1,5 @@
#include "misc_functions.h"
-#include <QTime>
-#include <QCoreApplication>
-
void delay(int p_milliseconds)
{
QTime dieTime = QTime::currentTime().addMSecs(p_milliseconds);