Nim: Cleanup includes and qbs dependencies

Change-Id: I1b6ef9d875a2b0c440e52148340337a3e3c25477
Reviewed-by: Filippo Cucchetto <filippocucchetto@gmail.com>
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2016-06-14 20:33:55 +03:00
committed by Orgad Shaneh
parent 159976062e
commit c74a366df3
29 changed files with 92 additions and 107 deletions

View File

@@ -23,14 +23,14 @@
**
****************************************************************************/
#include "project/nimbuildconfigurationfactory.h"
#include "nimbuildconfigurationfactory.h"
#include "nimbuildconfiguration.h"
#include "nimbuildinfo.h"
#include "nimcompilerbuildstep.h"
#include "nimcompilercleanstep.h"
#include "nimproject.h"
#include "nimconstants.h"
#include "project/nimbuildconfiguration.h"
#include "project/nimbuildinfo.h"
#include "project/nimcompilerbuildstep.h"
#include "project/nimcompilercleanstep.h"
#include "project/nimproject.h"
#include "../nimconstants.h"
#include <coreplugin/documentmanager.h>
#include <projectexplorer/buildinfo.h>