summaryrefslogtreecommitdiff
path: root/libsowatch/sowatch.h
blob: e294ece61d03423fbc97353f5cbdcc554644d853 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef SOWATCH_H
#define SOWATCH_H

#include "sowatch_global.h"

#include "watch.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