fix bad include - amazed it compiles with this error.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5674 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2012-10-14 12:08:15 +00:00
parent b166fe0c99
commit b35645a0ea

View File

@ -1821,7 +1821,7 @@ RsTurtle *rsTurtle = NULL ;
#ifdef ENABLE_GXS_SERVICES
#include "services/p3wikiserviceVEG.h"
#include "services/p3wireVEG.h"
#include "services/p3idserviceVEG.h".h"
#include "services/p3idserviceVEG.h"
#include "services/p3forumsVEG.h"
#include "services/p3postedVEG.h"
#endif