aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/language/resolvedfilecontext.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2015-07-30 10:14:16 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2015-07-30 08:47:03 +0000
commit3811fd0855ea37eea6a02d6d3285b2503c6701d0 (patch)
tree1fbf4cdc1874c50f27ff762babd6362a4826ca20 /src/lib/corelib/language/resolvedfilecontext.h
parent4b20594bd141fbfb46891ee100696a39ffe5d4c6 (diff)
Code clean-up in corelib/language/.
- Remove unneeded #includes (particularly from header files). - Make inline member function implementations less verbose. - De-QObjectify the Loader class and remove unneeded members & heap allocations. - Minor stuff (const issues, unneeded namespace qualifications). Change-Id: I55f2d7ed98b32faed7582bc6adfa04eb799de874 Reviewed-by: Jake Petroules <jake.petroules@petroules.com>
Diffstat (limited to 'src/lib/corelib/language/resolvedfilecontext.h')
-rw-r--r--src/lib/corelib/language/resolvedfilecontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/corelib/language/resolvedfilecontext.h b/src/lib/corelib/language/resolvedfilecontext.h
index b77f69042..b2c9d1741 100644
--- a/src/lib/corelib/language/resolvedfilecontext.h
+++ b/src/lib/corelib/language/resolvedfilecontext.h
@@ -33,7 +33,7 @@
#include "forward_decls.h"
#include "filecontextbase.h"
-#include "jsimports.h"
+
#include <tools/persistentobject.h>
namespace qbs {