refactor: xo-unit: native_bpu2.hpp -> bpu2.hpp

This commit is contained in:
Roland Conybeare 2024-04-22 15:46:37 -04:00
commit 16b14f6827
6 changed files with 7 additions and 7 deletions

View file

@ -6,7 +6,7 @@
#pragma once
#include "xo/ratio/ratio_iostream.hpp"
#include "native_bpu2.hpp"
#include "bpu2.hpp"
#include <iostream>
namespace xo {

View file

@ -2,7 +2,7 @@
#pragma once
#include "native_bpu2.hpp"
#include "bpu2.hpp"
namespace xo {
namespace qty {

View file

@ -5,7 +5,7 @@
#pragma once
#include "native_bpu2.hpp"
#include "bpu2.hpp"
#include <cmath>
#include <cassert>