Remove unnecessary explicit includes (#16)

This commit is contained in:
Mat M
2016-09-03 16:48:03 -04:00
committed by Merry
parent 26db11cd71
commit 7f9a0c3c38
12 changed files with 21 additions and 18 deletions

View File

@@ -7,7 +7,6 @@
#pragma once
#include <array>
#include <map>
#include <vector>
#include <boost/optional.hpp>
@@ -15,7 +14,6 @@
#include "backend_x64/block_of_code.h"
#include "backend_x64/hostloc.h"
#include "backend_x64/jitstate.h"
#include "common/common_types.h"
#include "frontend/ir/microinstruction.h"
#include "frontend/ir/value.h"