blob: 8c56954677d37bdfbe8d4cad0a7197598dcb82df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef SOWATCH_H
#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"
#endif // SOWATCH_H
|