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/libgem5.cc | |
parent | 5c0a7f98f85ea31ddaa22fcfa7b7f9c86d417e84 (diff) | |
download | gem5-0da55e5dbc4ac5db97a28ddef008eb0f1d3cd83f.tar.xz |
ext: eliminate warnings in SST connector
Now compiles completely clean.
Diffstat (limited to 'ext/sst/libgem5.cc')
-rw-r--r-- | ext/sst/libgem5.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/sst/libgem5.cc b/ext/sst/libgem5.cc index a840789e5..93fa05b32 100644 --- a/ext/sst/libgem5.cc +++ b/ext/sst/libgem5.cc @@ -44,9 +44,6 @@ #include <core/sst_config.h> -#include <sst/core/element.h> -#include <sst/core/component.h> - #include "gem5.hh" static |