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

Removed some old boilerplate.

This commit is contained in:
jules 2013-08-31 13:20:16 +01:00
parent a2280fc25d
commit 0ded32be3e
8 changed files with 2 additions and 38 deletions

View file

@ -40,12 +40,10 @@
namespace juce
{
// START_AUTOINCLUDE values/*.cpp, undomanager/*.cpp, app_properties/*.cpp
#include "values/juce_Value.cpp"
#include "values/juce_ValueTree.cpp"
#include "undomanager/juce_UndoManager.cpp"
#include "app_properties/juce_ApplicationProperties.cpp"
#include "app_properties/juce_PropertiesFile.cpp"
// END_AUTOINCLUDE
}