Skip to content

Commit 6b99cd2

Browse files
remove unnecessary include-macros.
1 parent 9ce7bc1 commit 6b99cd2

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

src/tglobal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#define TF_VERSION_STR "1.12.0"
1010
#define TF_VERSION_NUMBER 0x011200
11-
#define TF_SRC_REVISION 1090
11+
#define TF_SRC_REVISION 1112
1212

1313

1414
#define T_DECLARE_CONTROLLER(TYPE, NAME) \

src/treactcomponent.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@
55
* the New BSD License, which is incorporated herein by reference.
66
*/
77

8-
#include <QJSEngine>
9-
#include <QJSValue>
10-
#include <QFile>
11-
#include <QDir>
12-
#include <QTextStream>
13-
#include <TWebApplication>
14-
#include <TJSModule>
158
#include <TJSLoader>
169
#include <TReactComponent>
1710
#include "tsystemglobal.h"

src/treactcomponent.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
#ifndef TREACTCOMPONENT_H
22
#define TREACTCOMPONENT_H
33

4-
#include <QString>
4+
#include <QStringList>
55
#include <QDateTime>
66
#include <TGlobal>
77

8-
class TJSContext;
9-
class QJSValue;
108
class TJSLoader;
119

10+
1211
class T_CORE_EXPORT TReactComponent
1312
{
1413
public:

0 commit comments

Comments
 (0)