X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FSpacing.h;h=274cfc20f220ef5682da932170af294f750ecc1d;hb=57b69a5efddf9f3c148007322f00dad6c253a2ed;hp=a78abb6c5a07668b416ac0840753c30d5f679ae2;hpb=0df54152bc6115ad813d48fe4e73cc82ede1bce3;p=lyx.git diff --git a/src/Spacing.h b/src/Spacing.h index a78abb6c5a..274cfc20f2 100644 --- a/src/Spacing.h +++ b/src/Spacing.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * * Full author contact details are available in file CREDITS. */ @@ -12,10 +12,6 @@ #ifndef SPACING_H #define SPACING_H -#ifdef TEX2LYX -#include "tex2lyx/Spacing.h" -#else - #include "support/strfwd.h" #include @@ -95,5 +91,4 @@ bool operator!=(Spacing const & a, Spacing const & b) } // namespace lyx -#endif // TEX2LYX #endif // SPACING_H