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,10 +31,6 @@
#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_core/native/juce_BasicNativeHeaders.h"
#include "../juce_gui_extra/juce_gui_extra.h"
#include "juce_video.h"