summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/Complex/libC.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/Complex/libC.h')
-rw-r--r--Tests/QtAutogen/Complex/libC.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/QtAutogen/Complex/libC.h b/Tests/QtAutogen/Complex/libC.h
index 3bc2bad..51ea48d 100644
--- a/Tests/QtAutogen/Complex/libC.h
+++ b/Tests/QtAutogen/Complex/libC.h
@@ -2,10 +2,10 @@
#ifndef LIBC_H
#define LIBC_H
-#include "libc_export.h"
+#include <QObject>
#include "libB.h"
-#include <QObject>
+#include "libc_export.h"
class LIBC_EXPORT LibC : public QObject
{