From 4bd4ac21f11fdb5b76ffda985397398102a81e9b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 15 Dec 2020 11:30:44 +0900 Subject: Renaming of files in preparation for code style tools. Signed-off-by: Michele Calgaro (cherry picked from commit 3a75bdfe83b71ef1dbc2fbf52f2d18b8174e22e5) --- indexlib/bitio.tcc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indexlib/bitio.tcc') diff --git a/indexlib/bitio.tcc b/indexlib/bitio.tcc index f6dbdfc0b..f1c14c778 100644 --- a/indexlib/bitio.tcc +++ b/indexlib/bitio.tcc @@ -1,5 +1,5 @@ -#include "boost-compat/static_assert.hpp" -#include "boost-compat/remove_cv.hpp" +#include "boost-compat/static_assert.h" +#include "boost-compat/remove_cv.h" #ifdef HAVE_BOOST #include #endif -- cgit v1.2.1