Skip to content

Commit

Permalink
Merge pull request #6093 from johnhaddon/pragmaOnce
Browse files Browse the repository at this point in the history
LightTool : Use `#pragma once`
  • Loading branch information
ericmehl authored Oct 14, 2024
2 parents 6be8edc + 239d92c commit 92cf97b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions include/GafferSceneUI/LightTool.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
//
//////////////////////////////////////////////////////////////////////////

#ifndef GAFFERSCENEUI_LIGHTTOOL_H
#define GAFFERSCENEUI_LIGHTTOOL_H
#pragma once

#include "GafferSceneUI/Export.h"
#include "GafferSceneUI/SelectionTool.h"
Expand Down Expand Up @@ -106,5 +105,3 @@ class GAFFERSCENEUI_API LightTool : public GafferSceneUI::SelectionTool
IE_CORE_DECLAREPTR( LightTool )

} // namespace GafferSceneUI

#endif // GAFFERSCENEUI_LIGHTTOOL_H

0 comments on commit 92cf97b

Please sign in to comment.