From 152657501adf3afe9896ac0c118f94d3c7747c8b Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 25 Mar 2017 12:30:33 +0100 Subject: Switch to #pragma once --- src/player.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/player.h') 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 */ -- cgit v1.2.3