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
|
|
@ -22,8 +22,7 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
#ifndef JUCE_AUDIOPROCESSORPLAYER_H_INCLUDED
|
||||
#define JUCE_AUDIOPROCESSORPLAYER_H_INCLUDED
|
||||
#pragma once
|
||||
|
||||
//==============================================================================
|
||||
/**
|
||||
|
|
@ -106,6 +105,3 @@ private:
|
|||
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioProcessorPlayer)
|
||||
};
|
||||
|
||||
|
||||
#endif // JUCE_AUDIOPROCESSORPLAYER_H_INCLUDED
|
||||
|
|
|
|||
|
|
@ -22,8 +22,7 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
#ifndef JUCE_SOUNDPLAYER_H_INCLUDED
|
||||
#define JUCE_SOUNDPLAYER_H_INCLUDED
|
||||
#pragma once
|
||||
|
||||
//==============================================================================
|
||||
/**
|
||||
|
|
@ -125,6 +124,3 @@ private:
|
|||
//==============================================================================
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (SoundPlayer)
|
||||
};
|
||||
|
||||
|
||||
#endif // JUCE_SOUNDPLAYER_H_INCLUDED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue