diff options
Diffstat (limited to 'Tests/QtAutogen/libC.h')
-rw-r--r-- | Tests/QtAutogen/libC.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/QtAutogen/libC.h b/Tests/QtAutogen/libC.h index 4fb4a2c..6682576 100644 --- a/Tests/QtAutogen/libC.h +++ b/Tests/QtAutogen/libC.h @@ -4,8 +4,8 @@ #include "libc_export.h" -#include <QObject> #include "libB.h" +#include <QObject> class LIBC_EXPORT LibC : public QObject { |