commit | 39d98072a9ea1f88bffe1457981c48d7382f4112 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun May 04 12:46:29 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon May 05 00:05:57 2014 -0700 |
tree | a3fb1284a82d66e75e365538e4e593edcfe185a7 | |
parent | ccfbe24ee07c9805b41801610920bc25245167ef [diff] [blame] |
src: Small source reorganization Change-Id: I442f3ad0392ef4220e6435fc48e6d69acbd02076
diff --git a/tests/sqlite-fixture.hpp b/tests/sqlite-fixture.hpp index 13a8eed..141fdc5 100644 --- a/tests/sqlite-fixture.hpp +++ b/tests/sqlite-fixture.hpp
@@ -20,7 +20,7 @@ #ifndef REPO_TESTS_SQLITE_FIXTURE_HPP #define REPO_TESTS_SQLITE_FIXTURE_HPP -#include "../storage/sqlite/sqlite-handle.hpp" +#include "storage/sqlite-handle.hpp" #include <boost/filesystem.hpp> #include <boost/test/unit_test.hpp>