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/operations
parent25c02ea703f90709625f34bb7c3f9e18be7dd58c (diff)
Cleanup: use pragma once.
Diffstat (limited to 'source/blender/compositor/operations')
-rw-r--r--source/blender/compositor/operations/COM_SMAAOperation.h5
1 files changed, 1 insertions, 4 deletions
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