--- prog/aspell.cpp.orig 2019-10-08 00:15:21 UTC +++ prog/aspell.cpp @@ -25,6 +25,7 @@ # include <langinfo.h> #endif +#include "errors.hpp" #include "aspell.h" #include <sys/types.h> @@ -41,7 +42,6 @@ #include "convert.hpp" #include "document_checker.hpp" #include "enumeration.hpp" -#include "errors.hpp" #include "file_util.hpp" #include "fstream.hpp" #include "info.hpp"