X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2Fpch.h;h=3f7b1d800513ac9b3b9566a2fb6a6e6a10f19324;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=7be8c46c1ea6feb9d271c78ee69e02b666854022;hpb=12e5a52b92efc3ff9946493176cbf7b73d878e81;p=lyx.git diff --git a/src/frontends/qt4/pch.h b/src/frontends/qt4/pch.h index 7be8c46c1e..3f7b1d8005 100644 --- a/src/frontends/qt4/pch.h +++ b/src/frontends/qt4/pch.h @@ -2,22 +2,9 @@ #include -#include -#include -#include -#include -#include -#include -#include -#include -#include - #include #include #include -#ifdef HAVE_LIMITS_H -# include -#endif #include #include #include @@ -25,15 +12,5 @@ #include #include -// Have I said anything about the braindeadness of QT lately? -// Just to remind you: signals slot emit as macros, pure lunacy! -// So we are not able to have any qt headers in the pch. - -// #include - -// #define qtsignal signal -// #define qtsignals signals -// #define qtemit emit -// #undef signal -// #undef signals -// #undef emit +#include +#include