1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-20 01:14:20 +00:00

Projucer: Re-factored source code groups and general code clean-up

This commit is contained in:
hogliux 2017-09-29 14:55:01 +01:00
parent 980361e54b
commit 54029e776d
268 changed files with 8838 additions and 8682 deletions

View file

@ -24,14 +24,12 @@
==============================================================================
*/
#include "../jucer_Headers.h"
#include "../Application/jucer_Headers.h"
#include "jucer_Module.h"
#include "jucer_ProjectType.h"
#include "../Project Saving/jucer_ProjectExporter.h"
#include "../Project Saving/jucer_ProjectSaver.h"
#include "../Project Saving/jucer_ProjectExport_XCode.h"
#include "../ProjectSaving/jucer_ProjectSaver.h"
#include "../ProjectSaving/jucer_ProjectExport_XCode.h"
//==============================================================================
static String trimCommentCharsFromStartOfLine (const String& line)
{
return line.trimStart().trimCharactersAtStart ("*/").trimStart();