Moved p3notify to pqi directory to fix compile order.

This is a bit of a hack, and should be fixed later.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@379 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2008-03-06 12:07:54 +00:00
parent 7eeb4420fe
commit 0a9382cea5
5 changed files with 7 additions and 4 deletions

View file

@ -58,7 +58,6 @@
/* Implemented Rs Interfaces */
#include "rsserver/p3face.h"
#include "rsserver/p3notify.h"
#include "rsserver/p3peers.h"
#include "rsserver/p3rank.h"
#include "rsserver/p3msgs.h"
@ -66,6 +65,8 @@
#include "rsserver/p3photo.h"
#include "rsiface/rsgame.h"
#include "pqi/p3notify.h" // HACK - moved to pqi for compilation order.
/**************** PQI_USE_XPGP ******************/
#if defined(PQI_USE_XPGP)
#include "pqi/authxpgp.h"