removing <iomanip> header

This commit is contained in:
Niels Lohmann
2017-12-16 12:37:25 +01:00
parent c23f5dcea6
commit f3bd755cab
37 changed files with 19 additions and 37 deletions

View File

@@ -1,5 +1,4 @@
#include <iostream>
#include <iomanip> // for std::setw
#include "json.hpp"
using json = nlohmann::json;