X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_diffinset.C;h=3d32081793a735a3b3a6936d4138a08ac3b38d9b;hb=57501b93064a6deed43e415beed45606054d86ad;hp=9080dc8138f9a198b69c3a76ad96800a424679a5;hpb=f1ff990de782f1a4c3ae14902f5242bdb012b264;p=lyx.git diff --git a/src/mathed/math_diffinset.C b/src/mathed/math_diffinset.C index 9080dc8138..3d32081793 100644 --- a/src/mathed/math_diffinset.C +++ b/src/mathed/math_diffinset.C @@ -1,9 +1,18 @@ +/** + * \file math_diffinset.C + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. + * + * \author André Pönitz + * + * Full author contact details are available in file CREDITS. + */ + #include #include "math_diffinset.h" -#include "math_support.h" +#include "math_data.h" #include "math_mathmlstream.h" -#include "math_symbolinset.h" #include "debug.h" using std::auto_ptr;