mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-25 11:17:26 +00:00
Renames: NumberTheory -> Numeric.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
#include "Constants.hpp"
|
||||
#include "../../Track/PCMTrack.hpp"
|
||||
#include "../../../../NumberTheory/CRC.hpp"
|
||||
#include "../../../../Numeric/CRC.hpp"
|
||||
|
||||
#include <cassert>
|
||||
#include <set>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
#include "Sector.hpp"
|
||||
#include "../../Track/Track.hpp"
|
||||
#include "../../../../NumberTheory/CRC.hpp"
|
||||
#include "../../../../Numeric/CRC.hpp"
|
||||
|
||||
namespace Storage {
|
||||
namespace Encodings {
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
#include "../../../../NumberTheory/CRC.hpp"
|
||||
#include "../../../../Numeric/CRC.hpp"
|
||||
|
||||
namespace Storage {
|
||||
namespace Encodings {
|
||||
|
||||
Reference in New Issue
Block a user