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:
parent
c95253fad0
commit
923e8fabdb
20 changed files with 10 additions and 93 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue