Skip to content

Commit

Permalink
Update eulers_totient_function.cpp
Browse files Browse the repository at this point in the history
removing unneeded include
  • Loading branch information
ewd00010 authored Aug 25, 2023
1 parent 36a58e2 commit ff2ffa3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions math/eulers_totient_function.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
* @author [Mann Mehta](https://github.com/mann2108)
*/

#include <bits/stdint-uintn.h> // for uint64_t

#include <cassert> /// for assert
#include <iostream> /// for IO operations

Expand Down

0 comments on commit ff2ffa3

Please sign in to comment.