aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burdette <bburdette@gmail.com>2020-04-16 10:48:15 -0600
committerBen Burdette <bburdette@gmail.com>2020-04-16 10:48:15 -0600
commit12814806efca65a73aebf8d3109eb2fbf880e2b8 (patch)
tree6f09555de6e8fa4df8613f410738e6e7aa7896e0
parent96262e744e4eef67d808a532b1704fceb62bca5b (diff)
iomanip no longer needed
-rw-r--r--src/libutil/error.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libutil/error.hh b/src/libutil/error.hh
index 417a6ad95..f402b692e 100644
--- a/src/libutil/error.hh
+++ b/src/libutil/error.hh
@@ -5,8 +5,6 @@
#include <string>
#include <optional>
#include <iostream>
-#include <iomanip>
-
#include "types.hh"
namespace nix