Skip to content

Commit

Permalink
don't include unneeded headers
Browse files Browse the repository at this point in the history
  • Loading branch information
uecker committed Mar 25, 2024
1 parent 426a610 commit 911c0eb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/reconet.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,13 @@
#include "grecon/losses.h"
#include "grecon/network.h"

#include "noncart/nufft.h"

#include "misc/misc.h"
#include "misc/mri.h"
#include "misc/debug.h"
#include "misc/opts.h"
#include "misc/mmio.h"

#include "num/multind.h"
#include "num/flpmath.h"
#include "num/init.h"
#include "num/mem.h"
#include "num/fft.h"
#ifdef USE_CUDA
#include "num/gpuops.h"
#endif

#include "iter/iter6.h"
#include "iter/iter.h"
Expand Down

0 comments on commit 911c0eb

Please sign in to comment.