diff --git a/src/animated.cpp b/src/animated.cpp index 77f9163508ab..befdff632a75 100644 --- a/src/animated.cpp +++ b/src/animated.cpp @@ -18,13 +18,8 @@ */ #include "animated.hpp" -// Force compilation of the following template instantiations -#include "units/frame.hpp" - -template class animated< image::locator >; -template class animated< std::string >; -template class animated< unit_frame >; +#include // Put these here to ensure that there's only // one instance of the current_ticks variable