mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-06-08 04:04:36 +08:00
use pragma once in headers
This commit is contained in:
@ -14,8 +14,7 @@
|
||||
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef __READLINK_HPP__
|
||||
#define __READLINK_HPP__
|
||||
#pragma once
|
||||
|
||||
namespace mergerfs
|
||||
{
|
||||
@ -27,5 +26,3 @@ namespace mergerfs
|
||||
size_t size);
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user