summaryrefslogtreecommitdiff
path: root/src/player.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2017-03-25 12:30:33 +0100
committerLars-Dominik Braun <lars@6xq.net>2017-03-25 12:30:33 +0100
commit152657501adf3afe9896ac0c118f94d3c7747c8b (patch)
tree9271299efe871a2ae864ad337f0ddbb217b3b5f7 /src/player.h
parent43153057c66f4cf1ed6a97671e9aa59e0eacb3bd (diff)
downloadpianobar-152657501adf3afe9896ac0c118f94d3c7747c8b.tar.gz
pianobar-152657501adf3afe9896ac0c118f94d3c7747c8b.tar.bz2
pianobar-152657501adf3afe9896ac0c118f94d3c7747c8b.zip
Switch to #pragma once
Diffstat (limited to 'src/player.h')
-rw-r--r--src/player.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/player.h b/src/player.h
index 97e5e95..0213fde 100644
--- a/src/player.h
+++ b/src/player.h
@@ -21,8 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
-#ifndef SRC_PLAYER_H_CN979RE9
-#define SRC_PLAYER_H_CN979RE9
+#pragma once
#include "config.h"
@@ -88,4 +87,3 @@ void BarPlayerSetVolume (player_t * const player);
void BarPlayerInit ();
void BarPlayerDestroy ();
-#endif /* SRC_PLAYER_H_CN979RE9 */