moved gxsforumitems to rsitems/

This commit is contained in:
csoler 2017-04-27 11:59:18 +02:00
parent 449a4209d9
commit f6e59f7dee
4 changed files with 3 additions and 3 deletions

View File

@ -803,10 +803,10 @@ SOURCES += services/p3gxscircles.cc \
# GxsForums Service # GxsForums Service
HEADERS += retroshare/rsgxsforums.h \ HEADERS += retroshare/rsgxsforums.h \
services/p3gxsforums.h \ services/p3gxsforums.h \
serialiser/rsgxsforumitems.h rsitems/rsgxsforumitems.h
SOURCES += services/p3gxsforums.cc \ SOURCES += services/p3gxsforums.cc \
serialiser/rsgxsforumitems.cc \ rsitems/rsgxsforumitems.cc \
# GxsChannels Service # GxsChannels Service
HEADERS += retroshare/rsgxschannels.h \ HEADERS += retroshare/rsgxschannels.h \

View File

@ -24,7 +24,7 @@
*/ */
#include "services/p3gxsforums.h" #include "services/p3gxsforums.h"
#include "serialiser/rsgxsforumitems.h" #include "rsitems/rsgxsforumitems.h"
#include <retroshare/rsidentity.h> #include <retroshare/rsidentity.h>