remove the global header from main quasarapp header

This commit is contained in:
Andrei Yankovich 2022-01-20 17:09:19 +03:00
parent fa66066021
commit 10ed7648a1
3 changed files with 2 additions and 3 deletions

View File

@ -5,8 +5,8 @@
* of this license document, but changing it is not allowed. * of this license document, but changing it is not allowed.
*/ */
#ifndef GLOBAL_H #ifndef QU_GLOBAL_UTILS_H
#define GLOBAL_H #define QU_GLOBAL_UTILS_H
#include <cstdlib> #include <cstdlib>
#include <type_traits> #include <type_traits>

View File

@ -11,7 +11,6 @@
#include "params.h" #include "params.h"
#include "locales.h" #include "locales.h"
#include "settings.h" #include "settings.h"
#include "global.h"
/** /**
* @brief The QuasaraAppUtils class * @brief The QuasaraAppUtils class