From cb6fa6f0319c332665ae98a5881d8e5d32183d58 Mon Sep 17 00:00:00 2001 From: ChernyukVS Date: Tue, 16 Sep 2025 18:02:30 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'histogram.iternal.h'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- histogram.iternal.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/histogram.iternal.h b/histogram.iternal.h index 0698c96..f09dda6 100644 --- a/histogram.iternal.h +++ b/histogram.iternal.h @@ -1,8 +1,8 @@ -#ifndef HISTOGRAM_INTERNAL_H_INCLUDED -#define HISTOGRAM_INTERNAL_H_INCLUDED - -#include - -bool find_minmax(const std::vector& numbers, double& min, double& max); - -#endif +#ifndef HISTOGRAM_ITERNAL_H_INCLUDED +#define HISTOGRAM_ITERNAL_H_INCLUDED + +#include + +bool find_minmax(const std::vector& numbers, double& min, double& max); + +#endif