summaryrefslogtreecommitdiff
path: root/src/remoteplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/remoteplayer.h')
-rw-r--r--src/remoteplayer.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/remoteplayer.h b/src/remoteplayer.h
index 965dede50..32c78b5ac 100644
--- a/src/remoteplayer.h
+++ b/src/remoteplayer.h
@@ -18,8 +18,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef REMOTEPLAYER_HEADER
-#define REMOTEPLAYER_HEADER
+#pragma once
#include "player.h"
#include "cloudparams.h"
@@ -168,5 +167,3 @@ private:
CloudParams m_cloud_params;
};
-
-#endif