mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
tex2lyx.cpp does not need boost::filesystem. Only remaining use is in the lyx client. Somebody on linux should take care of that.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21818 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c23db901ec
commit
1ecd06410a
@ -29,8 +29,6 @@
|
||||
#include "support/unicode.h"
|
||||
|
||||
#include <boost/function.hpp>
|
||||
#include <boost/filesystem/operations.hpp>
|
||||
#include <boost/filesystem/path.hpp>
|
||||
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
@ -65,8 +63,6 @@ using support::onlyPath;
|
||||
using support::os::internal_path;
|
||||
using support::rtrim;
|
||||
|
||||
namespace fs = boost::filesystem;
|
||||
|
||||
LayoutPtr captionlayout;
|
||||
|
||||
// Hacks to allow the thing to link in the lyxlayout stuff
|
||||
@ -502,7 +498,6 @@ bool tex2lyx(string const & infilename, FileName const & outfilename)
|
||||
int main(int argc, char * argv[])
|
||||
{
|
||||
using namespace lyx;
|
||||
fs::path::default_name_check(fs::no_check);
|
||||
|
||||
easyParse(argc, argv);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user