Index: branches/apertium-separable/src/lsx_FSTProcessor.cc =================================================================== --- branches/apertium-separable/src/lsx_FSTProcessor.cc (revision 81091) +++ branches/apertium-separable/src/lsx_FSTProcessor.cc (revision 81092) @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . */ -#include +#include #include #include @@ -21,6 +21,7 @@ #include #include + #ifdef _WIN32 #include #endif @@ -1175,10 +1176,8 @@ } } - - void -FSTProcessor::lsx(FILE* input, FILE* output) +FSTProcessor::lsx(FILE *input, FILE *output) { vector new_states; vector alive_states; Index: branches/apertium-separable/src/lsx_FSTProcessor.h =================================================================== --- branches/apertium-separable/src/lsx_FSTProcessor.h (revision 81091) +++ branches/apertium-separable/src/lsx_FSTProcessor.h (revision 81092) @@ -387,7 +387,7 @@ bool getNullFlush(); bool getDecompoundingMode(); - void lsx(FILE* input, FILE* output); + void lsx(FILE *input, FILE *output); }; Index: branches/apertium-separable/src/lsx_processor.cc =================================================================== --- branches/apertium-separable/src/lsx_processor.cc (revision 81091) +++ branches/apertium-separable/src/lsx_processor.cc (revision 81092) @@ -3,8 +3,9 @@ #include #include #include -#include +#include + wstring readFullBlock(FILE *input, wchar_t const delim1, wchar_t const delim2); wstring