HomeWildfire Games

Move UserReporter C++/JS functions from JSInterface_Debug.cpp to…

Description

Move UserReporter C++/JS functions from JSInterface_Debug.cpp to JSInterface_UserReport.cpp, refs #4772.
This way it stands out more as a separate feature that can be more easily exchanged, extended, maintained or conditionally removed from the build and leaves more transparent includes, refs #5257.

Add missing string includes following rP7259 and rP20171.
Remove unused Profile include following rP1841 and rP20171.
Remove unused CLogger include, add missing debug include following rP20171.
Remove unused CConsole include following rP20572 / D1073.
Remove unused ProfilerViewer include following rP21858.