mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Replace include guards with "#pragma once"
This commit is contained in:
parent
dda135a9eb
commit
2da1bc5f41
473 changed files with 474 additions and 2237 deletions
|
|
@ -48,8 +48,7 @@
|
|||
*******************************************************************************/
|
||||
|
||||
|
||||
#ifndef JUCE_AUDIO_UTILS_H_INCLUDED
|
||||
#define JUCE_AUDIO_UTILS_H_INCLUDED
|
||||
#pragma once
|
||||
|
||||
#include <juce_gui_basics/juce_gui_basics.h>
|
||||
#include <juce_audio_devices/juce_audio_devices.h>
|
||||
|
|
@ -89,5 +88,3 @@ namespace juce
|
|||
#include "audio_cd/juce_AudioCDReader.h"
|
||||
|
||||
}
|
||||
|
||||
#endif // JUCE_AUDIO_UTILS_H_INCLUDED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue