]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
include: use narrower ostream instead of iostream 38820/head
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 8 Jan 2021 17:16:46 +0000 (09:16 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Mon, 11 Jan 2021 17:31:29 +0000 (09:31 -0800)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/include/types.h

index 9eae90fdc08fcecbae5ff3b9fe714d38eb26491e..60d1fb305a8e62c13e0b81511dfafaf9fbfc90c5 100644 (file)
@@ -49,7 +49,7 @@ extern "C" {
 #include <map>
 #include <vector>
 #include <optional>
-#include <iostream>
+#include <ostream>
 #include <iomanip>