Remove unnecessary includes

This commit is contained in:
Thraix
2019-10-08 22:09:51 +02:00
parent fb7a369f83
commit c5172c9572
11 changed files with 10 additions and 31 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
#pragma once
#include <vector>
#include <string>
#include <optional>
#include <map>
#include <optional>
#include <string>
#include <vector>
static const std::string CONFIG_FILENAME = "makegen.conf";