Clean headers in Qt4ProjectManager.

Ran script to remove inludes on a trial-and-error basis and
manually corrected it.

Change-Id: I53fa1aafaf98fd3105ef35b595e4311854cf9cbc
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Friedemann Kleint
2013-03-28 10:15:09 +01:00
parent 79e48237d6
commit c0b6d1d3f2
68 changed files with 2 additions and 271 deletions

View File

@@ -28,11 +28,9 @@
****************************************************************************/
#include "qmakeparser.h"
#include "qt4projectmanagerconstants.h"
#include <projectexplorer/task.h>
#include <projectexplorer/projectexplorerconstants.h>
#include <utils/qtcassert.h>
using namespace Qt4ProjectManager;
using namespace Qt4ProjectManager::Internal;