Replace use of deprecated C++ headers
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <memory>
|
||||
#include <stdlib.h>
|
||||
#include <cstdlib>
|
||||
#include <iconv.h>
|
||||
|
||||
#include <QtGlobal>
|
||||
@@ -68,7 +68,7 @@
|
||||
# include <QRandomGenerator>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <cstdio>
|
||||
|
||||
#ifdef Q_OS_LINUX
|
||||
# include <unistd.h>
|
||||
|
||||
Reference in New Issue
Block a user