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