mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Always #include JuceHeader.h from the include search path
This commit is contained in:
parent
a313357d39
commit
7d330ab782
20 changed files with 20 additions and 20 deletions
|
|
@ -24,7 +24,7 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
#include "../JuceLibraryCode/JuceHeader.h"
|
||||
#include <JuceHeader.h>
|
||||
#include "GraphEditorPanel.h"
|
||||
#include "../Plugins/InternalPlugins.h"
|
||||
#include "MainHostWindow.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue