More of the same

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/ammorais_branch@1343 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
ammorais 2009-07-09 20:13:49 +00:00
parent 6b7dba1d98
commit 60602809f2
3 changed files with 106 additions and 107 deletions

View file

@ -7,7 +7,6 @@ SOURCES = $$PWP/rsinit.cc \
$$PWP/notifybase.cc \
$$PWP/rsifacereal.cc \
$$PWP/rstypes.cc
HEADERS = $$PWP/rsinit.h \
$$PWP/rsiface.h \
$$PWP/rscontrol.h \

View file

@ -29,7 +29,7 @@
* only prints stuff out at the moment
*/
#include "rsiface/rstypes.h"
#include "rstypes.h"
#include <iostream>
#include <sstream>
#include <iomanip>