From 3460e3351b130e5b9ad075385f5e5052e449136e Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Tue, 26 Mar 2013 17:24:43 +0100 Subject: Fix erroneous use of "h-type" instead of "h-basic" --- src/hiscore.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/hiscore.h') diff --git a/src/hiscore.h b/src/hiscore.h index 0eed91b4..c74525a1 100644 --- a/src/hiscore.h +++ b/src/hiscore.h @@ -1,7 +1,6 @@ -#ifndef H_267bf1c1_eada_4b18_9558_d96330fa7258 -#define H_267bf1c1_eada_4b18_9558_d96330fa7258 +#pragma once -#include "h-type.h" +#include "h-basic.h" #ifdef __cplusplus extern "C" { @@ -85,5 +84,3 @@ int highscore_add(int highscore_fd, high_score *score); #ifdef __cplusplus } // extern "C" #endif - -#endif -- cgit v1.2.3