File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
#ifndef CP_ALGO_GEOMETRY_POINT_HPP
2
2
#define CP_ALGO_GEOMETRY_POINT_HPP
3
- #include " cp-algo/util/complex.hpp"
4
- #include " cp-algo/random/rng.hpp"
3
+ #include " ../util/complex.hpp"
5
4
#include < iostream>
6
5
namespace cp_algo ::geometry {
7
6
template <typename ftype>
Original file line number Diff line number Diff line change 1
1
#ifndef CP_ALGO_MATH_FFT_HPP
2
2
#define CP_ALGO_MATH_FFT_HPP
3
3
#include " common.hpp"
4
- #include " cp-algo /number_theory/modint.hpp"
5
- #include " cp-algo /util/complex.hpp"
4
+ #include " .. /number_theory/modint.hpp"
5
+ #include " .. /util/complex.hpp"
6
6
#include < algorithm>
7
7
#include < complex>
8
8
#include < cassert>
Original file line number Diff line number Diff line change 1
1
#ifndef CP_ALGO_STRUCTURES_BIT_ARRAY_HPP
2
2
#define CP_ALGO_STRUCTURES_BIT_ARRAY_HPP
3
- #include " cp-algo /util/bit.hpp"
3
+ #include " .. /util/bit.hpp"
4
4
namespace cp_algo ::structures {
5
5
template <size_t N, typename Uint = uint64_t >
6
6
struct bit_array {
You can’t perform that action at this time.
0 commit comments