diff options
Diffstat (limited to 'Tests/QtAutogen/AutogenOriginDependsOff/a_qt.hpp')
-rw-r--r-- | Tests/QtAutogen/AutogenOriginDependsOff/a_qt.hpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Tests/QtAutogen/AutogenOriginDependsOff/a_qt.hpp b/Tests/QtAutogen/AutogenOriginDependsOff/a_qt.hpp index e2387ee..fafc8a2 100644 --- a/Tests/QtAutogen/AutogenOriginDependsOff/a_qt.hpp +++ b/Tests/QtAutogen/AutogenOriginDependsOff/a_qt.hpp @@ -1,10 +1,12 @@ #ifndef A_QT_HPP #define A_QT_HPP -#include <QObject> -#include <config.hpp> #include <string> +#include <config.hpp> + +#include <QObject> + namespace a_qt { /// @brief A header local QObject based class |