Cleanup: use 'pragma once'

Add explanations for cases the header-guard defines are still used.
This commit is contained in:
2021-01-04 13:10:22 +11:00
parent dfbda59a66
commit fea1026bb8
17 changed files with 27 additions and 39 deletions

View File

@@ -14,6 +14,7 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/* Use a define instead of `#pragma once` because of `BLI_utildefines.h` */
#ifndef __BLI_MEMORY_UTILS_H__
#define __BLI_MEMORY_UTILS_H__