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

Removed some unnecessary includes of AppConfig.h

This commit is contained in:
jules 2015-12-24 11:55:46 +00:00
parent c95253fad0
commit 923e8fabdb
20 changed files with 10 additions and 93 deletions

View file

@ -31,13 +31,8 @@
#error "Incorrect use of JUCE cpp file"
#endif
// Your project must contain an AppConfig.h file with your project-specific settings in it,
// and your header search path must make it accessible to the module's files.
#include "AppConfig.h"
#include "juce_osc.h"
namespace juce
{
#include "osc/juce_OSCTypes.cpp"