Move Log.h/cpp to util/

This commit is contained in:
EinMByte 2015-07-30 15:34:56 +02:00
parent 6268e297e4
commit c8190d0020
36 changed files with 36 additions and 36 deletions

View file

@ -7,7 +7,7 @@
#include <cryptopp/dh.h>
#include <cryptopp/sha.h>
#include "CryptoConst.h"
#include "Log.h"
#include "util/Log.h"
namespace i2p
{