More C++17 tidying up. Should be no user visible changes.

Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon
2021-01-06 15:30:26 +00:00
parent b4f8c81a94
commit 6261807344
6 changed files with 56 additions and 32 deletions
+4 -4
View File
@@ -1,14 +1,14 @@
#pragma once
#include <cstdint>
//#include <fstream>
#include <fstream>
#include <string>
//#include <ios>
//#include <sstream>
#include <ios>
#include <sstream>
#include <map>
#include <optional>
#include <vector>
//#include <utility>
#include <utility>
namespace EightBit {
class IntelHexFile final {