summaryrefslogtreecommitdiff
path: root/ytstenut/yts-proxy-service.c
diff options
context:
space:
mode:
Diffstat (limited to 'ytstenut/yts-proxy-service.c')
-rw-r--r--ytstenut/yts-proxy-service.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ytstenut/yts-proxy-service.c b/ytstenut/yts-proxy-service.c
index 44a9a1f..7fb8982 100644
--- a/ytstenut/yts-proxy-service.c
+++ b/ytstenut/yts-proxy-service.c
@@ -18,6 +18,8 @@
* Authored by: Rob Staudinger <robsta@linux.intel.com>
*/
+#include "config.h"
+
#include <stdbool.h>
#include "yts-capability.h"
@@ -31,7 +33,6 @@
#include "profile/yts-profile.h"
#include "profile/yts-profile-proxy.h"
-#include "config.h"
G_DEFINE_ABSTRACT_TYPE (YtsProxyService, yts_proxy_service, YTS_TYPE_SERVICE)