Skip to content

Commit 2d7f443

Browse files
chore: remove for integral typedefs from modular division
1 parent db9ebd9 commit 2d7f443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/modular_division.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626

2727
#include <cassert> /// for assert
28-
#include <cstdint> /// for integral typedefs
28+
#include <cstdint>
2929
#include <iostream> /// for IO operations
3030

3131
/**

0 commit comments

Comments
 (0)