Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[buteo-sync-plugins-social] Fix include path
  • Loading branch information
mardy committed May 21, 2019
1 parent 081d169 commit d72b4e3
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 d72b4e3

Please sign in to comment.