mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-18 00:54:19 +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
|
|
@ -28,8 +28,7 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
#ifndef JUCE_JSON_H_INCLUDED
|
||||
#define JUCE_JSON_H_INCLUDED
|
||||
#pragma once
|
||||
|
||||
|
||||
//==============================================================================
|
||||
|
|
@ -133,6 +132,3 @@ private:
|
|||
//==============================================================================
|
||||
JSON() JUCE_DELETED_FUNCTION; // This class can't be instantiated - just use its static methods.
|
||||
};
|
||||
|
||||
|
||||
#endif // JUCE_JSON_H_INCLUDED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue