aboutsummaryrefslogtreecommitdiff
path: root/include/debug_functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/debug_functions.h')
-rw-r--r--include/debug_functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/debug_functions.h b/include/debug_functions.h
index 160274cc..383431ab 100644
--- a/include/debug_functions.h
+++ b/include/debug_functions.h
@@ -1,8 +1,8 @@
#ifndef DEBUG_FUNCTIONS_H
#define DEBUG_FUNCTIONS_H
-#include <QString>
#include <QMessageBox>
+#include <QString>
void call_error(QString message);
void call_notice(QString message);