Skip to content

Commit

Permalink
nmod_vec/profile/p-dot.c: include foo.h instead of flint/foo.h
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrik-johansson committed Jun 18, 2024
1 parent bcd97f2 commit 1d56625
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/nmod_vec/profile/p-dot.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
(at your option) any later version. See <https://www.gnu.org/licenses/>.
*/

#include <flint/ulong_extras.h>
#include <ulong_extras.h>
#include <stdlib.h> // for atoi

#include <flint/profiler.h>
#include <flint/nmod.h>
#include <flint/nmod_vec.h>
#include <flint/nmod_mat.h>
#include <flint/nmod_poly.h>
#include <flint/gr_poly.h>
#include "profiler.h"
#include "nmod.h"
#include "nmod_vec.h"
#include "nmod_mat.h"
#include "nmod_poly.h"
#include "gr_poly.h"

// utility (nmod vec uniform random)
static inline
Expand Down

0 comments on commit 1d56625

Please sign in to comment.