improve fwd.hpp generator

This commit is contained in:
arvidn 2017-12-31 00:01:54 +01:00 committed by Arvid Norberg
parent e4ac70c98b
commit b45acf28a5
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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
'''