From a45cb537ab82f13f29f1bc33dd8bf998b3fb9c9b Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Wed, 13 Nov 2019 19:16:21 +0300 Subject: Cosmetical changes. --- src/lines.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lines.hpp') diff --git a/src/lines.hpp b/src/lines.hpp index 7049919..8049d61 100644 --- a/src/lines.hpp +++ b/src/lines.hpp @@ -2,8 +2,8 @@ #define TEXO_INCLUDED_LINES #include "exporter.hpp" -#include "producer.hpp" #include "importer.hpp" +#include "producer.hpp" /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * @@ -11,7 +11,7 @@ */ class TexoProducerLines: public TexoProducer { public: - TexoProducerLines(TexoExporter &exporter); + TexoProducerLines(TexoExporter & exporter); bool End(); @@ -34,7 +34,7 @@ private: */ class TexoImporterLines: public TexoImporter { public: - TexoImporterLines(TexoProducer &producer); + TexoImporterLines(TexoProducer & producer); protected: -- cgit v1.2.3