diff options
Diffstat (limited to 'Tests/QtAutogen/Complex/abc_p.h')
-rw-r--r-- | Tests/QtAutogen/Complex/abc_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/QtAutogen/Complex/abc_p.h b/Tests/QtAutogen/Complex/abc_p.h index be98487..1f6102c 100644 --- a/Tests/QtAutogen/Complex/abc_p.h +++ b/Tests/QtAutogen/Complex/abc_p.h @@ -3,10 +3,10 @@ #ifndef ABC_P_H #define ABC_P_H -#include <QObject> - #include <stdio.h> +#include <QObject> + class AbcP : public QObject { Q_OBJECT |