Cleanup: use pragma once.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user