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:
Abdelrazak Younes 2007-11-27 10:06:59 +00:00
parent c23db901ec
commit 1ecd06410a

View File

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