diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-13 16:42:27 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-13 16:42:27 +0200 |
commit | b36d61ff1f803adc154b7a34048680f0d3c5ec08 (patch) | |
tree | 5e40438edc36cb7d6c8e152157849fb6b11d2219 | |
parent | e06c47dc7293b9eaff20c0a5ad5c82883175810d (diff) |
Use config macros from libbutl
-rw-r--r-- | bpkg/utility | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bpkg/utility b/bpkg/utility index 950a36a..d9f25c3 100644 --- a/bpkg/utility +++ b/bpkg/utility @@ -11,10 +11,9 @@ #include <cassert> // assert() #include <iterator> // make_move_iterator() +#include <butl/config> // BUTL_CXXNN_* #include <butl/utility> // casecmp(), reverse_iterate(), etc -#include <exception> // uncaught_exception() - #include <butl/filesystem> #include <bpkg/types> |