fixed previous file move

This commit is contained in:
csoler 2017-04-22 21:36:39 +02:00
parent bef6db4b43
commit 2e7127077d
4 changed files with 5 additions and 5 deletions

View File

@ -784,12 +784,12 @@ HEADERS += retroshare/rsidentity.h \
services/p3idservice.h \
serialiser/rsgxsiditems.h \
services/p3gxsreputation.h \
serialiser/rsgxsreputationitems.h \
rsitems/rsgxsreputationitems.h \
SOURCES += services/p3idservice.cc \
serialiser/rsgxsiditems.cc \
services/p3gxsreputation.cc \
serialiser/rsgxsreputationitems.cc \
rsitems/rsgxsreputationitems.cc \
# GxsCircles Service
HEADERS += services/p3gxscircles.h \

View File

@ -26,7 +26,7 @@
#include <stdio.h>
#include <time.h>
#include "serialiser/rsbaseserial.h"
#include "serialiser/rsgxsreputationitems.h"
#include "rsitems/rsgxsreputationitems.h"
#include "serialization/rstypeserializer.h"

View File

@ -29,7 +29,7 @@
#include "retroshare/rspeers.h"
#include "services/p3gxsreputation.h"
#include "serialiser/rsgxsreputationitems.h"
#include "rsitems/rsgxsreputationitems.h"
#include "serialiser/rsconfigitems.h"
#include <sys/time.h>

View File

@ -36,7 +36,7 @@ static const uint32_t REPUTATION_IDENTITY_FLAG_UP_TO_DATE = 0x0100; // This
static const uint32_t REPUTATION_IDENTITY_FLAG_PGP_LINKED = 0x0001;
static const uint32_t REPUTATION_IDENTITY_FLAG_PGP_KNOWN = 0x0002;
#include "serialiser/rsgxsreputationitems.h"
#include "rsitems/rsgxsreputationitems.h"
#include "retroshare/rsidentity.h"
#include "retroshare/rsreputations.h"