]> git.lyx.org Git - lyx.git/blobdiff - src/Spacing.h
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / src / Spacing.h
index a78abb6c5a07668b416ac0840753c30d5f679ae2..274cfc20f220ef5682da932170af294f750ecc1d 100644 (file)
@@ -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.
  */
 #ifndef SPACING_H
 #define SPACING_H
 
-#ifdef TEX2LYX
-#include "tex2lyx/Spacing.h"
-#else
-
 #include "support/strfwd.h"
 
 #include <string>
@@ -95,5 +91,4 @@ bool operator!=(Spacing const & a, Spacing const & b)
 
 } // namespace lyx
 
-#endif // TEX2LYX
 #endif // SPACING_H