1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-09 23:45:36 +00:00

Relocate sub includes

This commit is contained in:
Peter Boyle 2023-10-02 16:23:38 -04:00
parent c5f1420dea
commit f14bfd5c1b
3 changed files with 2 additions and 2 deletions

View File

@ -151,8 +151,8 @@ class GaugeGroup {
// The public part of the interface follows below and refers to these
// private member functions.
#include "Grid/qcd/utils/SUn.impl"
#include "Grid/qcd/utils/Sp2n.impl"
#include <Grid/qcd/utils/SUn.impl>
#include <Grid/qcd/utils/Sp2n.impl>
public:
template <class cplx>