Cleanup: use 'pragma once'

This commit is contained in:
Campbell Barton 2021-01-15 09:25:28 +11:00
parent f03752b92f
commit dc59955481
1 changed files with 1 additions and 4 deletions

View File

@ -17,8 +17,7 @@
* All rights reserved.
*/
#ifndef __BLI_MMAP_H__
#define __BLI_MMAP_H__
#pragma once
/** \file
* \ingroup bli
@ -55,5 +54,3 @@ void BLI_mmap_free(BLI_mmap_file *file) ATTR_NONNULL(1);
#ifdef __cplusplus
}
#endif
#endif /* __BLI_MEMPOOL_H__ */