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