From ddae477059f35b3c8e47f5eab64dfb0499ada43b Mon Sep 17 00:00:00 2001 From: Lubosz Sarnecki Date: Mon, 12 Feb 2024 20:34:31 +0100 Subject: [PATCH] plugins/openvr: Use pragma once consistently. --- plugins/openvr/src/ViveControllerManager.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/plugins/openvr/src/ViveControllerManager.h b/plugins/openvr/src/ViveControllerManager.h index 1615c5c24e..843834a526 100644 --- a/plugins/openvr/src/ViveControllerManager.h +++ b/plugins/openvr/src/ViveControllerManager.h @@ -9,8 +9,7 @@ // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // -#ifndef hifi__ViveControllerManager -#define hifi__ViveControllerManager +#pragma once #include #include @@ -291,5 +290,3 @@ private: static const char* NAME; }; - -#endif // hifi__ViveControllerManager