diff options
Diffstat (limited to 'tests/tab-parser/driver.cxx')
-rw-r--r-- | tests/tab-parser/driver.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tab-parser/driver.cxx b/tests/tab-parser/driver.cxx index 8b0cc4d..238c12a 100644 --- a/tests/tab-parser/driver.cxx +++ b/tests/tab-parser/driver.cxx @@ -6,8 +6,8 @@ #include <cassert> #include <iostream> -#include <butl/utility> // operator<<(ostream,exception) -#include <butl/tab-parser> +#include <libbutl/utility.hxx> // operator<<(ostream,exception) +#include <libbutl/tab-parser.hxx> using namespace std; using namespace butl; |