mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
18 lines
388 B
C++
18 lines
388 B
C++
--- 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"
|