mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 02:42:52 +00:00
kcalc: remove redundant QtGlobal header inclusions
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
9dc09d5910
commit
341a49e0a8
2 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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) \
|
||||
|
|
Loading…
Add table
Reference in a new issue