From d72b4e31a8cfce38b0491103c5c8b03e1d0d351e Mon Sep 17 00:00:00 2001 From: Alberto Mardegan Date: Tue, 21 May 2019 18:52:31 +0300 Subject: [PATCH] [buteo-sync-plugins-social] Fix include path --- src/common/socialnetworksyncadaptor.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/common/socialnetworksyncadaptor.cpp b/src/common/socialnetworksyncadaptor.cpp index 4574304..cc68596 100644 --- a/src/common/socialnetworksyncadaptor.cpp +++ b/src/common/socialnetworksyncadaptor.cpp @@ -33,8 +33,6 @@ #include #include -#include - #include "buteosyncfw_p.h" // libaccounts-qt5 @@ -43,7 +41,8 @@ #include // libsocialcache -#include +#include +#include namespace { QStringList validDataTypesInitialiser()