1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Removed a few unnecessary includes.

This commit is contained in:
jules 2013-08-23 14:13:59 +01:00
parent 65c155e372
commit 2d25f2f294
11 changed files with 10 additions and 34 deletions

View file

@ -31,14 +31,12 @@
namespace juce
{
// START_AUTOINCLUDE values, undomanager, app_properties
#include "values/juce_Value.h"
#include "values/juce_ValueTree.h"
#include "undomanager/juce_UndoableAction.h"
#include "undomanager/juce_UndoManager.h"
#include "app_properties/juce_ApplicationProperties.h"
#include "values/juce_Value.h"
#include "values/juce_ValueTree.h"
#include "app_properties/juce_PropertiesFile.h"
// END_AUTOINCLUDE
#include "app_properties/juce_ApplicationProperties.h"
}