summaryrefslogtreecommitdiffstats
path: root/src/mixer/playerinfo.h
diff options
context:
space:
mode:
authorxerus2000 <27jf@pm.me>2020-08-13 13:47:36 +0200
committerxerus2000 <27jf@pm.me>2020-11-10 23:39:30 +0100
commit99419f9a8265221faab895f8f7d9b500b1789f4e (patch)
tree3a139cd2dbfeb726fa0ae4a913b56dddf91c8b2d /src/mixer/playerinfo.h
parent6e6685fe7c5db184bdc0fad7d9956a0b43783574 (diff)
Use #pragma once everywhere
Diffstat (limited to 'src/mixer/playerinfo.h')
-rw-r--r--src/mixer/playerinfo.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mixer/playerinfo.h b/src/mixer/playerinfo.h
index 68cef8d636..69782b63fd 100644
--- a/src/mixer/playerinfo.h
+++ b/src/mixer/playerinfo.h
@@ -14,8 +14,7 @@
* *
***************************************************************************/
-#ifndef MIXER_PLAYERINFO_H
-#define MIXER_PLAYERINFO_H
+#pragma once
#include <QMap>
#include <QMutex>
@@ -78,5 +77,3 @@ class PlayerInfo : public QObject {
static PlayerInfo* m_pPlayerinfo;
};
-
-#endif /* MIXER_PLAYERINFO_H */