improve fwd.hpp generator
This commit is contained in:
parent
e4ac70c98b
commit
b45acf28a5
|
@ -33,8 +33,6 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#ifndef TORRENT_FWD_HPP
|
||||
#define TORRENT_FWD_HPP
|
||||
|
||||
#include "libtorrent/export.hpp"
|
||||
|
||||
namespace libtorrent {
|
||||
|
||||
// include/libtorrent/add_torrent_params.hpp
|
||||
|
@ -272,4 +270,6 @@ struct lazy_entry;
|
|||
|
||||
}
|
||||
|
||||
namespace lt = libtorrent;
|
||||
|
||||
#endif // TORRENT_FWD_HPP
|
||||
|
|
|
@ -38,8 +38,6 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#ifndef TORRENT_FWD_HPP
|
||||
#define TORRENT_FWD_HPP
|
||||
|
||||
#include "libtorrent/export.hpp"
|
||||
|
||||
namespace libtorrent {
|
||||
'''
|
||||
|
||||
|
@ -47,6 +45,8 @@ file_footer = '''
|
|||
|
||||
}
|
||||
|
||||
namespace lt = libtorrent;
|
||||
|
||||
#endif // TORRENT_FWD_HPP
|
||||
'''
|
||||
|
||||
|
|
Loading…
Reference in New Issue