Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-01-15 01:25:28 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-01-15 04:17:11 +0300
commitdc59955481f8e4ed585a18461062728ca6c885d3 (patch)
treeda1ee0a9ab65d0fd30228f0b6c8ee640b32b361e /source/blender/blenlib/BLI_mmap.h
parentf03752b92f8e02d25f39458b5cab0675227602ad (diff)
Cleanup: use 'pragma once'
Diffstat (limited to 'source/blender/blenlib/BLI_mmap.h')
-rw-r--r--source/blender/blenlib/BLI_mmap.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/blender/blenlib/BLI_mmap.h b/source/blender/blenlib/BLI_mmap.h
index 385c56bd10a..4920152c9d1 100644
--- a/source/blender/blenlib/BLI_mmap.h
+++ b/source/blender/blenlib/BLI_mmap.h
@@ -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__ */