diff options
Diffstat (limited to 'src/map/cov')
-rw-r--r-- | src/map/cov/cov.h | 2 | ||||
-rw-r--r-- | src/map/cov/covInt.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/map/cov/cov.h b/src/map/cov/cov.h index 135fee8c..d32e1c4c 100644 --- a/src/map/cov/cov.h +++ b/src/map/cov/cov.h @@ -21,7 +21,7 @@ #ifndef ABC__map__cov__cov_h #define ABC__map__cov__cov_h -#include "src/base/abc/abc.h" +#include "base/abc/abc.h" #include "covInt.h" diff --git a/src/map/cov/covInt.h b/src/map/cov/covInt.h index 5a75a8f3..9df3e948 100644 --- a/src/map/cov/covInt.h +++ b/src/map/cov/covInt.h @@ -21,7 +21,7 @@ #ifndef ABC__map__cov__covInt_h #define ABC__map__cov__covInt_h -#include "src/base/abc/abc.h" +#include "base/abc/abc.h" ABC_NAMESPACE_HEADER_START |