misc cleanups

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2016-12-10 01:39:04 +00:00
parent a84f0857ff
commit 3ce697c027
6 changed files with 0 additions and 20 deletions

View file

@ -40,9 +40,6 @@
****************************************************************************/
#include <mm3dnow.h>
#if defined(__GNUC__) && __GNUC__ < 4 && __GNUC_MINOR__ < 3
#error GCC < 3.2 is known to create internal compiler errors with our MMX code
#endif
int main(int, char**)
{

View file

@ -40,9 +40,6 @@
****************************************************************************/
#include <mmintrin.h>
#if defined(__GNUC__) && __GNUC__ < 4 && __GNUC_MINOR__ < 3
#error GCC < 3.2 is known to create internal compiler errors with our MMX code
#endif
int main(int, char**)
{

View file

@ -40,9 +40,6 @@
****************************************************************************/
#include <xmmintrin.h>
#if defined(__GNUC__) && __GNUC__ < 4 && __GNUC_MINOR__ < 3
#error GCC < 3.2 is known to create internal compiler errors with our MMX code
#endif
int main(int, char**)
{

View file

@ -40,9 +40,6 @@
****************************************************************************/
#include <emmintrin.h>
#if defined(__GNUC__) && __GNUC__ < 4 && __GNUC_MINOR__ < 3
#error GCC < 3.2 is known to create internal compiler errors with our MMX code
#endif
int main(int, char**)
{

View file

@ -45,10 +45,6 @@
#include <QtCore/qmetatype.h>
#include <stdio.h>
#ifndef QT_MOC
#include <qobject.h>
#include <qobject_p.h>
#endif
#include <qmetaobject_p.h> //for the flags.
QT_BEGIN_NAMESPACE

View file

@ -45,10 +45,6 @@
#include "utils.h"
#include "outputrevision.h"
#ifndef QT_MOC
#include <qobject.h>
#include <qobject_p.h>
#endif
// for normalizeTypeInternal
#include <qmetaobject_p.h>