forked from qt-creator/qt-creator
Nim: Move a few factories to their product's compilation units
There's several hundred kBytes extra for the separate .o in a debug build, this doesn't scale well for a handful lines of code. As the Nim plugin is a nice template for others elsewise, it would be nice to use scalable patterns only. Change-Id: I78e473d28a6a63d458dcbe06a77d93221867417f Reviewed-by: Filippo Cucchetto <filippocucchetto@gmail.com> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -29,11 +29,10 @@
|
||||
#include "editor/nimeditorfactory.h"
|
||||
#include "editor/nimhighlighter.h"
|
||||
#include "project/nimbuildconfiguration.h"
|
||||
#include "project/nimcompilerbuildstepfactory.h"
|
||||
#include "project/nimcompilercleanstepfactory.h"
|
||||
#include "project/nimcompilerbuildstep.h"
|
||||
#include "project/nimcompilercleanstep.h"
|
||||
#include "project/nimproject.h"
|
||||
#include "project/nimrunconfiguration.h"
|
||||
#include "project/nimrunconfigurationfactory.h"
|
||||
#include "project/nimtoolchainfactory.h"
|
||||
#include "settings/nimcodestylepreferencesfactory.h"
|
||||
#include "settings/nimcodestylesettingspage.h"
|
||||
|
||||
Reference in New Issue
Block a user