Header cleanup

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21059 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-10-19 14:23:32 +00:00
parent 9070e269c2
commit 2916b61086
2 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,6 @@
#include "mathed/InsetMathScript.h"
#include "mathed/MacroTable.h"
#include "support/limited_stack.h"
#include <boost/assert.hpp>
#include <boost/bind.hpp>
#include <boost/current_function.hpp>

View File

@ -31,6 +31,8 @@
#include "insets/Inset.h"
#include "support/limited_stack.h"
#include <algorithm>
using std::advance;