plugins/openvr: Use pragma once consistently.

This commit is contained in:
Lubosz Sarnecki 2024-02-12 20:34:31 +01:00
parent 41c380eb23
commit ddae477059

View file

@ -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 <QObject>
#include <unordered_set>
@ -291,5 +290,3 @@ private:
static const char* NAME;
};
#endif // hifi__ViveControllerManager