kcalc: remove redundant QtGlobal header inclusions

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-06-17 01:30:52 +03:00
parent 9dc09d5910
commit 341a49e0a8
2 changed files with 0 additions and 2 deletions

View file

@ -21,7 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "knumber_operators.h"
#include <QString>
#include <QtGlobal>
namespace detail {
class knumber_base;

View file

@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <mpfr.h>
#endif
#include <QtGlobal>
#include <QString>
#define KNUMBER_BUFFER(buffername, buffersize) \