From acf272ee7d4297166bbb2a50191a2426e4d071ee Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 13 Jan 2015 19:55:58 +0200 Subject: [PATCH] Move common_factor headers to integer/ --- include/boost/{math => integer}/common_factor.hpp | 0 include/boost/{math => integer}/common_factor_ct.hpp | 0 include/boost/{math => integer}/common_factor_rt.hpp | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename include/boost/{math => integer}/common_factor.hpp (100%) rename include/boost/{math => integer}/common_factor_ct.hpp (100%) rename include/boost/{math => integer}/common_factor_rt.hpp (100%) diff --git a/include/boost/math/common_factor.hpp b/include/boost/integer/common_factor.hpp similarity index 100% rename from include/boost/math/common_factor.hpp rename to include/boost/integer/common_factor.hpp diff --git a/include/boost/math/common_factor_ct.hpp b/include/boost/integer/common_factor_ct.hpp similarity index 100% rename from include/boost/math/common_factor_ct.hpp rename to include/boost/integer/common_factor_ct.hpp diff --git a/include/boost/math/common_factor_rt.hpp b/include/boost/integer/common_factor_rt.hpp similarity index 100% rename from include/boost/math/common_factor_rt.hpp rename to include/boost/integer/common_factor_rt.hpp