All pastes #2061736 Raw Edit

Someone

public diff v1 · immutable
#2061736 ·published 2011-05-16 18:03 UTC
rendered paste body
diff --git a/src/backends/evolution/EvolutionMemoSource.h b/src/backends/evolution/EvolutionMemoSource.hindex 5bcb6aa..119488c 100644--- a/src/backends/evolution/EvolutionMemoSource.h+++ b/src/backends/evolution/EvolutionMemoSource.h@@ -21,13 +21,12 @@ #define INCL_EVOLUTIONMEMOSOURCE  #include "config.h"-#include <EvolutionCalendarSource.h>  #include <syncevo/declarations.h> SE_BEGIN_CXX  #ifdef ENABLE_ECAL-+#include <EvolutionCalendarSource.h> /**  * Implements access to Evolution memo lists (stored as calendars),  * exporting/importing the memos in plain UTF-8 text. Only the DESCRIPTIONdiff --git a/src/backends/sqlite/SQLiteContactSource.h b/src/backends/sqlite/SQLiteContactSource.hindex a7d5bdf..1731abc 100644--- a/src/backends/sqlite/SQLiteContactSource.h+++ b/src/backends/sqlite/SQLiteContactSource.h@@ -23,7 +23,6 @@ #include <syncevo/SyncSource.h> #include <syncevo/PrefixConfigNode.h> #include <syncevo/SafeConfigNode.h>-#include <SQLiteUtil.h>  #include <boost/bind.hpp> @@ -31,6 +30,7 @@ SE_BEGIN_CXX  #ifdef ENABLE_SQLITE+#include <SQLiteUtil.h>  /**  * Uses SQLiteUtil for contacts with a schema inspired by the one used