Changeset - 51481c8c44c8
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2012-09-05 18:03:21
hanzz.k@gmail.com
use Transport::Util in purple_defs
1 file changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
backends/libpurple/purple_defs.cpp
Show inline comments
 
#include "purple_defs.h"
 
#include "transport/util.h"
 

	
 
using namespace Transport::Util;
 

	
 
#if PURPLE_RUNTIME
 
#include "utils.h"
 

	
 
using std::string;
 
using std::wstring;
0 comments (0 inline, 0 general)