diff options
Diffstat (limited to 'src/player.h')
-rw-r--r-- | src/player.h | 4 |
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 */ |