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:
authorJeroen Bakker <jeroen@blender.org>2021-03-29 09:20:21 +0300
committerJeroen Bakker <jeroen@blender.org>2021-03-29 09:20:21 +0300
commitab26be8ff7afe2466e784f7461264c628cc47f48 (patch)
tree5f619895d3b43a4e22ce74e0f054c13ea4b7b839 /source/blender/compositor/nodes
parent25c02ea703f90709625f34bb7c3f9e18be7dd58c (diff)
Cleanup: use pragma once.
Diffstat (limited to 'source/blender/compositor/nodes')
-rw-r--r--source/blender/compositor/nodes/COM_AntiAliasingNode.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/blender/compositor/nodes/COM_AntiAliasingNode.h b/source/blender/compositor/nodes/COM_AntiAliasingNode.h
index 0b3f5abfdac..d4a6d0d26dc 100644
--- a/source/blender/compositor/nodes/COM_AntiAliasingNode.h
+++ b/source/blender/compositor/nodes/COM_AntiAliasingNode.h
@@ -18,8 +18,7 @@
* Contributor: IRIE Shinsuke
*/
-#ifndef _COM_AntiAliasingNode_h_
-#define _COM_AntiAliasingNode_h_
+#pragma once
#include "COM_Node.h"
@@ -39,5 +38,3 @@ class AntiAliasingNode : public Node {
};
} // namespace blender::compositor
-
-#endif