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:
parent
65c155e372
commit
2d25f2f294
11 changed files with 10 additions and 34 deletions
|
|
@ -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"
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue