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:
-rw-r--r--source/blender/compositor/nodes/COM_AntiAliasingNode.h5
-rw-r--r--source/blender/compositor/operations/COM_SMAAOperation.h5
2 files changed, 2 insertions, 8 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
diff --git a/source/blender/compositor/operations/COM_SMAAOperation.h b/source/blender/compositor/operations/COM_SMAAOperation.h
index 63d9a3015f7..781762202b4 100644
--- a/source/blender/compositor/operations/COM_SMAAOperation.h
+++ b/source/blender/compositor/operations/COM_SMAAOperation.h
@@ -18,8 +18,7 @@
* Contributor: IRIE Shinsuke
*/
-#ifndef _COM_SMAAOperation_h
-#define _COM_SMAAOperation_h
+#pragma once
#include "COM_NodeOperation.h"
@@ -148,5 +147,3 @@ class SMAANeighborhoodBlendingOperation : public NodeOperation {
};
} // namespace blender::compositor
-
-#endif