blob: 882a8fb432311d0db4603ec03fb1bebf890577a1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- 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"
|