diff options
Diffstat (limited to 'tests/sendmail/driver.cxx')
-rw-r--r-- | tests/sendmail/driver.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/sendmail/driver.cxx b/tests/sendmail/driver.cxx index 9e1af96..e48c6b4 100644 --- a/tests/sendmail/driver.cxx +++ b/tests/sendmail/driver.cxx @@ -5,9 +5,9 @@ #include <iostream> #include <system_error> -#include <butl/path> -#include <butl/utility> // operator<<(ostream, exception) -#include <butl/sendmail> +#include <libbutl/path.hxx> +#include <libbutl/utility.hxx> // operator<<(ostream, exception) +#include <libbutl/sendmail.hxx> using namespace std; using namespace butl; |