diff options
Diffstat (limited to 'test/unit/identity.cc')
-rw-r--r-- | test/unit/identity.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/identity.cc b/test/unit/identity.cc index a1a136eb..b1941361 100644 --- a/test/unit/identity.cc +++ b/test/unit/identity.cc @@ -10,7 +10,7 @@ * assumed that B is a subclass of A.) */ -#include "../lout/identity.hh" +#include "lout/identity.hh" using namespace lout::identity; |