remove iostream header, update year

This commit is contained in:
pantor
2020-08-08 11:14:49 +02:00
parent dff720aa57
commit a570837703
8 changed files with 7 additions and 9 deletions
+1 -2
View File
@@ -3,8 +3,6 @@
#ifndef INCLUDE_INJA_INJA_HPP_
#define INCLUDE_INJA_INJA_HPP_
#include <iostream>
#include <nlohmann/json.hpp>
// #include "environment.hpp"
@@ -14,6 +12,7 @@
#define INCLUDE_INJA_ENVIRONMENT_HPP_
#include <fstream>
#include <iostream>
#include <memory>
#include <sstream>
#include <string>