Tidy up some precompiled header usage

Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
This commit is contained in:
Adrian.Conlon
2017-09-03 23:51:01 +01:00
parent ef766fd626
commit 8d91260f84
4 changed files with 15 additions and 10 deletions

View File

@ -1,13 +1,13 @@
#include "stdafx.h"
#include "Disassembler.h"
#include "Intel8080.h"
#include <Memory.h>
#include <sstream>
#include <iomanip>
#include <bitset>
#include "Memory.h"
#include "Intel8080.h"
EightBit::Disassembler::Disassembler() {
// Disable exceptions where too many format arguments are available
m_formatter.exceptions(boost::io::all_error_bits ^ boost::io::too_many_args_bit);