diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-07 11:18:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-07 11:18:57 +0200 |
commit | 385c3705938da4078e0909a07114a75f0fb46ac3 (patch) | |
tree | d0e1b2e3f38a0f6a12a7719bb2fa32fb20d53950 | |
parent | b1f343f5d20ea0c52a7265d134094035da13b806 (diff) |
Remove unused header inclusion
-rw-r--r-- | bpkg/utility.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bpkg/utility.cxx b/bpkg/utility.cxx index 3529d83..054a622 100644 --- a/bpkg/utility.cxx +++ b/bpkg/utility.cxx @@ -4,8 +4,6 @@ #include <bpkg/utility.hxx> -#include <iostream> // cout, cin - #include <libbutl/prompt.mxx> #include <libbutl/process.mxx> #include <libbutl/fdstream.mxx> |