From 86b97d238f46e1390537a22f4a3a3cbfecef2848 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Mon, 23 Oct 2023 20:27:14 -0400 Subject: [PATCH] bugfix: include structure missing xo/ subdir --- include/{ => xo}/statistics/Accumulator.hpp | 0 include/{ => xo}/statistics/Histogram.hpp | 0 include/{ => xo}/statistics/SampleStatistics.hpp | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename include/{ => xo}/statistics/Accumulator.hpp (100%) rename include/{ => xo}/statistics/Histogram.hpp (100%) rename include/{ => xo}/statistics/SampleStatistics.hpp (100%) diff --git a/include/statistics/Accumulator.hpp b/include/xo/statistics/Accumulator.hpp similarity index 100% rename from include/statistics/Accumulator.hpp rename to include/xo/statistics/Accumulator.hpp diff --git a/include/statistics/Histogram.hpp b/include/xo/statistics/Histogram.hpp similarity index 100% rename from include/statistics/Histogram.hpp rename to include/xo/statistics/Histogram.hpp diff --git a/include/statistics/SampleStatistics.hpp b/include/xo/statistics/SampleStatistics.hpp similarity index 100% rename from include/statistics/SampleStatistics.hpp rename to include/xo/statistics/SampleStatistics.hpp