Skip to content

Commit

Permalink
Merge branch 'mer-fix-include-path' into 'master'
Browse files Browse the repository at this point in the history
[buteo-sync-plugins-social] Fix include path

See merge request mer-core/buteo-sync-plugins-social!39
  • Loading branch information
pvuorela committed Jun 12, 2019
2 parents 4824df5 + d72b4e3 commit 8f577a4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/common/socialnetworksyncadaptor.cpp
Expand Up @@ -33,8 +33,6 @@
#include <QtNetwork/QNetworkAccessManager>
#include <QtNetwork/QNetworkReply>

#include <socialcache/socialimagesdatabase.h>

#include "buteosyncfw_p.h"

// libaccounts-qt5
Expand All @@ -43,7 +41,8 @@
#include <Accounts/Service>

// libsocialcache
#include <socialnetworksyncdatabase.h>
#include <socialcache/socialimagesdatabase.h>
#include <socialcache/socialnetworksyncdatabase.h>

namespace {
QStringList validDataTypesInitialiser()
Expand Down

0 comments on commit 8f577a4

Please sign in to comment.