mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 16:37:28 +00:00
cleanup after svn hang-up, #undef CursorShape. Should be compilable ganin now.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15029 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
14dff4fcb0
commit
3537aa7448
@ -55,7 +55,7 @@
|
||||
#include "insets/insetinclude.h"
|
||||
#include "insets/insettext.h"
|
||||
|
||||
#include "mathed/MatheMacroTemplate.h"
|
||||
#include "mathed/MathMacroTemplate.h"
|
||||
#include "mathed/MathMacroTable.h"
|
||||
#include "mathed/MathSupport.h"
|
||||
|
||||
|
@ -22,10 +22,14 @@
|
||||
|
||||
#include <boost/signals/trackable.hpp>
|
||||
|
||||
// FIXME: defined in X.h, spuriously pulled in by Qt 3 headers
|
||||
#undef CursorShape
|
||||
|
||||
class BufferView;
|
||||
class FuncRequest;
|
||||
class LyXView;
|
||||
|
||||
|
||||
namespace lyx {
|
||||
namespace frontend {
|
||||
|
||||
|
@ -11,33 +11,30 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "MathFactory.h"
|
||||
#include "MathParser.h"
|
||||
#include "InsetMathArray.h"
|
||||
|
||||
#include "InsetMathAMSArray.h"
|
||||
#include "InsetMathArray.h"
|
||||
#include "InsetMathBinom.h"
|
||||
#include "InsetMathBox.h"
|
||||
#include "InsetMathBoxed.h"
|
||||
#include "InsetMathBoldSymbol.h"
|
||||
#include "InsetMathBoxed.h"
|
||||
#include "InsetMathBox.h"
|
||||
#include "InsetMathCases.h"
|
||||
#include "InsetMathColor.h"
|
||||
#include "InsetMathDecoration.h"
|
||||
#include "InsetMathDFrac.h"
|
||||
#include "InsetMathDots.h"
|
||||
#include "InsetMathFBox.h"
|
||||
#include "InsetMathFrameBox.h"
|
||||
#include "InsetMathFont.h"
|
||||
#include "InsetMathFontOld.h"
|
||||
#include "InsetMathFrac.h"
|
||||
#include "InsetMathFrameBox.h"
|
||||
#include "InsetMathKern.h"
|
||||
#include "InsetMathLefteqn.h"
|
||||
#include "InsetMathMacro.h"
|
||||
#include "MathMacroArgument.h"
|
||||
#include "MathMacroTable.h"
|
||||
#include "MathMacroTemplate.h"
|
||||
#include "InsetMathMakebox.h"
|
||||
#include "InsetMathOverset.h"
|
||||
#include "MathParser.h"
|
||||
#include "InsetMathPhantom.h"
|
||||
#include "InsetMathRef.h"
|
||||
#include "InsetMathRoot.h"
|
||||
#include "InsetMathSize.h"
|
||||
#include "InsetMathSpace.h"
|
||||
@ -52,12 +49,13 @@
|
||||
#include "InsetMathUnknown.h"
|
||||
#include "InsetMathXArrow.h"
|
||||
#include "InsetMathXYMatrix.h"
|
||||
|
||||
//#include "insets/insetref.h"
|
||||
#include "InsetMathRef.h"
|
||||
#include "MathMacroArgument.h"
|
||||
#include "MathMacroTable.h"
|
||||
#include "MathMacroTemplate.h"
|
||||
#include "MathParser.h"
|
||||
#include "MathSupport.h"
|
||||
|
||||
#include "debug.h"
|
||||
#include "MathSupport.h"
|
||||
|
||||
#include "support/filetools.h" // LibFileSearch
|
||||
#include "support/lstrings.h"
|
||||
|
@ -39,6 +39,7 @@ following hack as starting point to write some macros:
|
||||
#include <config.h>
|
||||
|
||||
#include "MathParser.h"
|
||||
|
||||
#include "InsetMathArray.h"
|
||||
#include "InsetMathBig.h"
|
||||
#include "InsetMathBrace.h"
|
||||
@ -47,20 +48,18 @@ following hack as starting point to write some macros:
|
||||
#include "InsetMathComment.h"
|
||||
#include "InsetMathDelim.h"
|
||||
#include "InsetMathEnv.h"
|
||||
#include "MathFactory.h"
|
||||
#include "InsetMathKern.h"
|
||||
#include "InsetMathMacro.h"
|
||||
#include "MathMacroArgument.h"
|
||||
#include "MathMacroTemplate.h"
|
||||
#include "InsetMathPar.h"
|
||||
#include "InsetMathRef.h"
|
||||
#include "InsetMathRoot.h"
|
||||
#include "InsetMathScript.h"
|
||||
#include "InsetMathSqrt.h"
|
||||
#include "MathSupport.h"
|
||||
#include "InsetMathTabular.h"
|
||||
|
||||
//#include "insets/insetref.h"
|
||||
#include "InsetMathRef.h"
|
||||
#include "MathMacroTemplate.h"
|
||||
#include "MathFactory.h"
|
||||
#include "MathMacroArgument.h"
|
||||
#include "MathSupport.h"
|
||||
|
||||
#include "lyxlex.h"
|
||||
#include "debug.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user