Remove unnecessary including of superlu_ddefs in ij test

This commit is contained in:
Sarah Virginia Osborn 2021-03-05 09:05:19 -08:00
parent 2e97ffcc9e
commit 9d45b1934a

View File

@ -33,10 +33,6 @@
#include <cuda_profiler_api.h>
#endif
#ifdef HYPRE_USING_DSUPERLU
#include "superlu_ddefs.h"
#endif
#if defined(HYPRE_USING_UMPIRE)
#include "umpire/interface/umpire.h"
#endif