--- smsdaemon/plugins/SpamPlugin.cpp 2008/06/12 12:43:29 63 +++ smsdaemon/plugins/SpamPlugin.cpp 2008/11/02 20:14:20 114 @@ -1,9 +1,11 @@ #include "SpamPlugin.h" -#include "GsmModem.h" +#include "IGsmModem.h" +#include "Sms.h" #include "util.h" #include "common.h" #include +#include using namespace std;