Skip to content

Commit 060ad03

Browse files
committed
Update path in factorials.hpp
1 parent cf0edad commit 060ad03

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cp-algo/math/factorials.hpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#ifndef CP_ALGO_MATH_FACTORIALS_HPP
22
#define CP_ALGO_MATH_FACTORIALS_HPP
3-
#include "cp-algo/util/checkpoint.hpp"
4-
#include "cp-algo/util/bump_alloc.hpp"
5-
#include "cp-algo/util/simd.hpp"
6-
#include "cp-algo/math/combinatorics.hpp"
7-
#include "cp-algo/number_theory/modint.hpp"
3+
#include "../util/checkpoint.hpp"
4+
#include "../util/bump_alloc.hpp"
5+
#include "../util/simd.hpp"
6+
#include "../math/combinatorics.hpp"
7+
#include "../number_theory/modint.hpp"
88
#include <ranges>
99

1010
namespace cp_algo::math {

0 commit comments

Comments
 (0)