diff options
Diffstat (limited to 'Tests/QtAutogen/Complex/Bdir/libB.h')
-rw-r--r-- | Tests/QtAutogen/Complex/Bdir/libB.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/QtAutogen/Complex/Bdir/libB.h b/Tests/QtAutogen/Complex/Bdir/libB.h index e4ab788..38dae87 100644 --- a/Tests/QtAutogen/Complex/Bdir/libB.h +++ b/Tests/QtAutogen/Complex/Bdir/libB.h @@ -2,10 +2,10 @@ #ifndef LIBB_H #define LIBB_H -#include "libb_export.h" +#include <QObject> #include "libA.h" -#include <QObject> +#include "libb_export.h" class LIBB_EXPORT LibB : public QObject { |