mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-29 02:40:05 +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
|
|
@ -25,7 +25,6 @@
|
|||
#ifndef JUCE_APPLICATIONPROPERTIES_H_INCLUDED
|
||||
#define JUCE_APPLICATIONPROPERTIES_H_INCLUDED
|
||||
|
||||
#include "juce_PropertiesFile.h"
|
||||
|
||||
//==============================================================================
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -25,8 +25,6 @@
|
|||
#ifndef JUCE_UNDOMANAGER_H_INCLUDED
|
||||
#define JUCE_UNDOMANAGER_H_INCLUDED
|
||||
|
||||
#include "juce_UndoableAction.h"
|
||||
|
||||
|
||||
//==============================================================================
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -25,9 +25,6 @@
|
|||
#ifndef JUCE_VALUETREE_H_INCLUDED
|
||||
#define JUCE_VALUETREE_H_INCLUDED
|
||||
|
||||
#include "juce_Value.h"
|
||||
#include "../undomanager/juce_UndoManager.h"
|
||||
|
||||
|
||||
//==============================================================================
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue