remove unused stuff

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16357 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-12-21 10:37:28 +00:00
parent 8eade97e3c
commit c865de2c05
2 changed files with 0 additions and 3 deletions

View File

@ -40,14 +40,12 @@
#include "rowpainter.h"
#include "gettext.h"
#include "support/filetools.h" // LibFileSearch
#include "support/forkedcontr.h"
#include <boost/utility.hpp>
#include <boost/bind.hpp>
#include <boost/current_function.hpp>
using lyx::support::libFileSearch;
using lyx::support::ForkedcallsController;
using std::endl;

View File

@ -35,7 +35,6 @@ using support::FileName;
using support::Forkedcall;
using support::ForkedCallQueue;
using support::getExtension;
using support::libFileSearch;
using support::libScriptSearch;
using support::onlyPath;
using support::onlyFilename;