removing <iomanip> header

This commit is contained in:
Niels Lohmann 2017-12-16 12:37:25 +01:00
parent c23f5dcea6
commit f3bd755cab
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
37 changed files with 19 additions and 37 deletions
doc/examples

View file

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