mirror of
https://github.com/lubosz/overte.git
synced 2025-04-05 23:42:22 +02:00
plugins/openvr: Use pragma once consistently.
This commit is contained in:
parent
41c380eb23
commit
ddae477059
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue