moved escape_string.hpp into the aux_ directory. moved out the 3 public hex functions into its own public header, hex.hpp
This commit is contained in:
@@ -31,7 +31,8 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "test.hpp"
|
||||
#include "libtorrent/escape_string.hpp"
|
||||
#include "libtorrent/aux_/escape_string.hpp"
|
||||
#include "libtorrent/hex.hpp"
|
||||
#include "libtorrent/string_util.hpp"
|
||||
#include <iostream>
|
||||
#include <string.h> // for strcmp
|
||||
|
Reference in New Issue
Block a user