diff options
author | Curtis Dunham <Curtis.Dunham@arm.com> | 2016-09-02 14:58:15 +0100 |
---|---|---|
committer | Curtis Dunham <Curtis.Dunham@arm.com> | 2016-09-02 14:58:15 +0100 |
commit | 0da55e5dbc4ac5db97a28ddef008eb0f1d3cd83f (patch) | |
tree | 51ff668c487fd6f2ec3d22981f8bcba7d4673a07 /ext/sst/ExtSlave.cc | |
parent | 5c0a7f98f85ea31ddaa22fcfa7b7f9c86d417e84 (diff) | |
download | gem5-0da55e5dbc4ac5db97a28ddef008eb0f1d3cd83f.tar.xz |
ext: eliminate warnings in SST connector
Now compiles completely clean.
Diffstat (limited to 'ext/sst/ExtSlave.cc')
-rw-r--r-- | ext/sst/ExtSlave.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/sst/ExtSlave.cc b/ext/sst/ExtSlave.cc index 9f29dad8b..6251ba8d9 100644 --- a/ext/sst/ExtSlave.cc +++ b/ext/sst/ExtSlave.cc @@ -44,12 +44,6 @@ #include "gem5.hh" -#include <core/sst_config.h> - -#include <sst/core/params.h> -#include <sst/core/output.h> -#include <sst/core/link.h> - #ifdef fatal // gem5 sets this #undef fatal #endif |