You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Style: Replace header guards with #pragma once
This commit is contained in:
@@ -28,8 +28,7 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef TEXT_SHADER_EDITOR_H
|
||||
#define TEXT_SHADER_EDITOR_H
|
||||
#pragma once
|
||||
|
||||
#include "editor/code_editor.h"
|
||||
#include "editor/plugins/shader/shader_editor.h"
|
||||
@@ -211,5 +210,3 @@ public:
|
||||
|
||||
TextShaderEditor();
|
||||
};
|
||||
|
||||
#endif // TEXT_SHADER_EDITOR_H
|
||||
|
||||
Reference in New Issue
Block a user