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_MARKERLIST_H_INCLUDED
|
||||
#define JUCE_MARKERLIST_H_INCLUDED
|
||||
#pragma once
|
||||
|
||||
|
||||
//==============================================================================
|
||||
|
|
@ -179,6 +178,3 @@ private:
|
|||
|
||||
JUCE_LEAK_DETECTOR (MarkerList)
|
||||
};
|
||||
|
||||
|
||||
#endif // JUCE_MARKERLIST_H_INCLUDED
|
||||
|
|
|
|||
|
|
@ -22,8 +22,7 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
#ifndef JUCE_RELATIVECOORDINATE_H_INCLUDED
|
||||
#define JUCE_RELATIVECOORDINATE_H_INCLUDED
|
||||
#pragma once
|
||||
|
||||
|
||||
//==============================================================================
|
||||
|
|
@ -174,6 +173,3 @@ private:
|
|||
//==============================================================================
|
||||
Expression term;
|
||||
};
|
||||
|
||||
|
||||
#endif // JUCE_RELATIVECOORDINATE_H_INCLUDED
|
||||
|
|
|
|||
|
|
@ -22,8 +22,7 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
#ifndef JUCE_RELATIVECOORDINATEPOSITIONER_H_INCLUDED
|
||||
#define JUCE_RELATIVECOORDINATEPOSITIONER_H_INCLUDED
|
||||
#pragma once
|
||||
|
||||
|
||||
//==============================================================================
|
||||
|
|
@ -87,6 +86,3 @@ private:
|
|||
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (RelativeCoordinatePositionerBase)
|
||||
};
|
||||
|
||||
|
||||
#endif // JUCE_RELATIVECOORDINATEPOSITIONER_H_INCLUDED
|
||||
|
|
|
|||
|
|
@ -22,8 +22,7 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
#ifndef JUCE_RELATIVEPARALLELOGRAM_H_INCLUDED
|
||||
#define JUCE_RELATIVEPARALLELOGRAM_H_INCLUDED
|
||||
#pragma once
|
||||
|
||||
|
||||
//==============================================================================
|
||||
|
|
@ -60,6 +59,3 @@ public:
|
|||
//==============================================================================
|
||||
RelativePoint topLeft, topRight, bottomLeft;
|
||||
};
|
||||
|
||||
|
||||
#endif // JUCE_RELATIVEPARALLELOGRAM_H_INCLUDED
|
||||
|
|
|
|||
|
|
@ -22,8 +22,7 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
#ifndef JUCE_RELATIVEPOINT_H_INCLUDED
|
||||
#define JUCE_RELATIVEPOINT_H_INCLUDED
|
||||
#pragma once
|
||||
|
||||
|
||||
//==============================================================================
|
||||
|
|
@ -85,6 +84,3 @@ public:
|
|||
// The actual X and Y coords...
|
||||
RelativeCoordinate x, y;
|
||||
};
|
||||
|
||||
|
||||
#endif // JUCE_RELATIVEPOINT_H_INCLUDED
|
||||
|
|
|
|||
|
|
@ -22,8 +22,7 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
#ifndef JUCE_RELATIVEPOINTPATH_H_INCLUDED
|
||||
#define JUCE_RELATIVEPOINTPATH_H_INCLUDED
|
||||
#pragma once
|
||||
|
||||
|
||||
//==============================================================================
|
||||
|
|
@ -186,6 +185,3 @@ private:
|
|||
RelativePointPath& operator= (const RelativePointPath&);
|
||||
JUCE_LEAK_DETECTOR (RelativePointPath)
|
||||
};
|
||||
|
||||
|
||||
#endif // JUCE_RELATIVEPOINTPATH_H_INCLUDED
|
||||
|
|
|
|||
|
|
@ -22,8 +22,7 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
#ifndef JUCE_RELATIVERECTANGLE_H_INCLUDED
|
||||
#define JUCE_RELATIVERECTANGLE_H_INCLUDED
|
||||
#pragma once
|
||||
|
||||
|
||||
//==============================================================================
|
||||
|
|
@ -102,6 +101,3 @@ public:
|
|||
// The actual rectangle coords...
|
||||
RelativeCoordinate left, right, top, bottom;
|
||||
};
|
||||
|
||||
|
||||
#endif // JUCE_RELATIVERECTANGLE_H_INCLUDED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue