forked from qt-creator/qt-creator
Header cleanup in src, specify module name.
This commit is contained in:
@@ -39,20 +39,18 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include <QtCore/QtDebug>
|
||||
#include <QtGui/QApplication>
|
||||
|
||||
#include <string.h>
|
||||
#include "qmljsparser_p.h"
|
||||
|
||||
#include "qmljsengine_p.h"
|
||||
#include "qmljslexer_p.h"
|
||||
#include "qmljsast_p.h"
|
||||
#include "qmljsnodepool_p.h"
|
||||
|
||||
#include <QtCore/QtDebug>
|
||||
#include <QtCore/QVarLengthArray>
|
||||
#include <QtGui/QApplication>
|
||||
|
||||
|
||||
#include "qmljsparser_p.h"
|
||||
#include <QVarLengthArray>
|
||||
#include <string.h>
|
||||
|
||||
//
|
||||
// This file is automatically generated from qmljs.g.
|
||||
|
Reference in New Issue
Block a user