|
From: Yoda-JM <yo...@us...> - 2012-11-06 00:39:21
|
Author: Vincent Le Ligeour <yo...@us...> Date: Tue Nov 6 01:02:16 2012 +0100 fix: use controllers.hh after master merge --- game/screen_downloads.cc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/game/screen_downloads.cc b/game/screen_downloads.cc index 4a9ab76..45585b5 100644 --- a/game/screen_downloads.cc +++ b/game/screen_downloads.cc @@ -3,7 +3,7 @@ #include "audio.hh" #include "configuration.hh" #include "downloader.hh" -#include "joystick.hh" +#include "controllers.hh" #include "theme.hh" #include "i18n.hh" #include <boost/assign.hpp> |