From 396179352c5449ce7f38bed83efedda0a1f98a10 Mon Sep 17 00:00:00 2001 From: ChernyukVS Date: Tue, 16 Sep 2025 18:02:55 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20'h?= =?UTF-8?q?istogram=5Finternal.h'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- histogram_internal.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 histogram_internal.h diff --git a/histogram_internal.h b/histogram_internal.h deleted file mode 100644 index 0698c96..0000000 --- a/histogram_internal.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef HISTOGRAM_INTERNAL_H_INCLUDED -#define HISTOGRAM_INTERNAL_H_INCLUDED - -#include - -bool find_minmax(const std::vector& numbers, double& min, double& max); - -#endif