aboutsummaryrefslogtreecommitdiff
path: root/include/file_functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/file_functions.h')
-rw-r--r--include/file_functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/file_functions.h b/include/file_functions.h
index 6937ed8a..8bb2e5f6 100644
--- a/include/file_functions.h
+++ b/include/file_functions.h
@@ -1,8 +1,8 @@
#ifndef FILE_FUNCTIONS_H
#define FILE_FUNCTIONS_H
-#include <QFileInfo>
#include <QDir>
+#include <QFileInfo>
#include <QString>
bool file_exists(QString file_path);