From db2d0c21c48698d336ac6e60c42cc2533648b51d Mon Sep 17 00:00:00 2001 From: Steru Date: Thu, 15 Aug 2024 21:00:18 +0200 Subject: Added pragma once to headers and notify to Q Params. --- src/api/OlympicsAPI.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/api') diff --git a/src/api/OlympicsAPI.h b/src/api/OlympicsAPI.h index f1168b6..a301cf8 100644 --- a/src/api/OlympicsAPI.h +++ b/src/api/OlympicsAPI.h @@ -1,7 +1,5 @@ -#ifndef ITAT_CHALLANGE_OLYMPICS_OLYMPICSAPI_H -#define ITAT_CHALLANGE_OLYMPICS_OLYMPICSAPI_H - +#pragma once #define API_LINK "https://sph-s-api.olympics.com/summer/schedules/api/ENG/schedule/discipline/" @@ -72,6 +70,3 @@ public: string getDisciplineShort(Disciplines sport); }; - - -#endif //ITAT_CHALLANGE_OLYMPICS_OLYMPICSAPI_H -- cgit v1.2.3