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-handle.cpp b/tests/sqlite-handle.cpp index 88b3ce9..76192c2 100644 --- a/tests/sqlite-handle.cpp +++ b/tests/sqlite-handle.cpp
@@ -17,7 +17,7 @@ * repo-ng, e.g., in COPYING.md file. If not, see <http://www.gnu.org/licenses/>. */ -#include "../storage/sqlite/sqlite-handle.hpp" +#include "storage/sqlite-handle.hpp" #include "sqlite-fixture.hpp" #include "dataset-fixtures.hpp"