diff options
Diffstat (limited to 'libsowatch/sowatch.h')
-rw-r--r-- | libsowatch/sowatch.h | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/libsowatch/sowatch.h b/libsowatch/sowatch.h index 8c56954..e294ece 100644 --- a/libsowatch/sowatch.h +++ b/libsowatch/sowatch.h @@ -2,13 +2,18 @@ #define SOWATCH_H #include "sowatch_global.h" + #include "watch.h" -#include "watchlet.h" -#include "graphicswatchlet.h" -#include "declarativewatchlet.h" -#include "notification.h" #include "watchserver.h" #include "watchsimulator.h" #include "watchplugininterface.h" +#include "notification.h" +#include "notificationprovider.h" +#include "notificationplugininterface.h" + +#include "watchlet.h" +#include "graphicswatchlet.h" +#include "declarativewatchlet.h" + #endif // SOWATCH_H |