DatabaseExperiment: fix headers

-  Add missing iomanip header: Without this one, Fail/gem5 does not
    compile.

 -  Remove unnecessary sal/bochs header: This seems to be a relic from
    when the DatabaseExperiment was Bochs-specific.

Change-Id: I91c991795c2c2e76359e9d11415f5119d225a4ab
This commit is contained in:
Horst Schirmeier
2015-08-06 16:23:33 +02:00
parent c069e87c6f
commit d71db9211c

View File

@ -1,4 +1,5 @@
#include <iostream>
#include <iomanip>
#include <fstream>
#include <stdlib.h>
@ -9,7 +10,6 @@
#include <google/protobuf/descriptor.h>
#include <google/protobuf/message.h>
#include "comm/DatabaseCampaignMessage.pb.h"
#include "sal/bochs/BochsListener.hpp"
#include <string>
#include <vector>