diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2012-07-07 20:14:12 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2012-07-07 20:14:12 -0700 |
commit | 1c33107cbb50705272682c2637d8faaeab4be61a (patch) | |
tree | 188bb58cb82f744407af2ee78b38a7aa37fd9336 /src/map/cov | |
parent | b0ef0aaf0055d35f3836be18997dfd350e36054d (diff) | |
download | abc-1c33107cbb50705272682c2637d8faaeab4be61a.tar.gz abc-1c33107cbb50705272682c2637d8faaeab4be61a.tar.bz2 abc-1c33107cbb50705272682c2637d8faaeab4be61a.zip |
Updating project settings to have simpler include paths.
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 |