8 lines
185 B
C++
8 lines
185 B
C++
|
|
||
|
#include "cpu/ozone/front_end_impl.hh"
|
||
|
#include "cpu/ozone/ozone_impl.hh"
|
||
|
#include "cpu/ozone/simple_impl.hh"
|
||
|
|
||
|
template class FrontEnd<OzoneImpl>;
|
||
|
template class FrontEnd<SimpleImpl>;
|