...and clean up headers

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23573 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Edwin Leuven 2008-03-08 21:55:03 +00:00
parent ad19114709
commit a4eba52f9b

View File

@ -15,11 +15,9 @@
#include "FuncRequest.h" #include "FuncRequest.h"
#include "support/debug.h"
#include "support/filetools.h" #include "support/filetools.h"
#include "support/foreach.h" #include "support/foreach.h"
#include "support/FileName.h" #include "support/FileName.h"
#include "support/lstrings.h"
#include "qt_helpers.h" #include "qt_helpers.h"
@ -28,9 +26,6 @@
#include <QPushButton> #include <QPushButton>
#include <QStringList> #include <QStringList>
#include <fstream>
#include <algorithm>
using namespace std; using namespace std;
using namespace lyx::support; using namespace lyx::support;