--- smsdaemon/plugins/TogPlugin.cpp 2008/12/07 20:58:41 149 +++ smsdaemon/plugins/TogPlugin.cpp 2008/12/12 13:23:01 182 @@ -3,12 +3,12 @@ #include "Sms.h" #include "TrainInfo.h" -#include "util.h" +#include "Util.h" #include #include -#include "common.h" +#include "Common.h" using namespace std; @@ -58,7 +58,6 @@ { string data = sms.ExtractParameters(); - data = Util::str_gsm2latin(data);; data = Util::str_tolower(data);