Skip to content

Commit

Permalink
Cleanup version dependencies from buteo headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Raine Makelainen committed Jun 28, 2013
1 parent e36e650 commit 6bef03f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/buteosocialsync.cpp
Expand Up @@ -5,8 +5,8 @@
**
****************************************************************************/

#include <buteosyncfw/PluginCbInterface.h>
#include <buteosyncfw/LogMacros.h>
#include <PluginCbInterface.h>
#include <LogMacros.h>

#include <QCoreApplication>
#include <QTranslator>
Expand Down
4 changes: 2 additions & 2 deletions src/buteosocialsync.h
Expand Up @@ -8,8 +8,8 @@
#ifndef BUTEOSOCIALSYNC_H
#define BUTEOSOCIALSYNC_H

#include <buteosyncfw/ClientPlugin.h>
#include <buteosyncfw/SyncResults.h>
#include <ClientPlugin.h>
#include <SyncResults.h>

class SocialNetworkSyncAdaptor;

Expand Down

0 comments on commit 6bef03f

Please sign in to comment.