Files
loongoffice/external/liborcus/unusedheader.patch.0
Caolán McNamara 12fc5b85dd unnecessary include brings in boost headers that are broken under rhel-7
Change-Id: I1ad477b9db9ba960ae2c417799e5d91b63538d57
2015-12-02 14:43:05 +00:00

12 lines
275 B
Plaintext

--- ./src/parser/pstring.cpp.orig 2015-12-02 14:38:44.658744408 +0000
+++ ./src/parser/pstring.cpp 2015-12-02 14:38:50.449658497 +0000
@@ -13,8 +13,6 @@
#include <iostream>
#include <vector>
-#include <boost/thread/mutex.hpp>
-
using namespace std;
namespace orcus {