File tidy.patch of Package nixnote2
--- ./src/main.cpp.orig 2020-05-06 15:28:20.059302059 +0100
+++ ./src/main.cpp 2020-05-06 15:35:03.657409014 +0100
@@ -51,6 +51,6 @@
#include <tidybuffio.h>
#else
-#include <tidy/tidy.h>
-#include <tidy/tidybuffio.h>
+#include <tidy.h>
+#include <tidybuffio.h>
#endif
--- ./src/html/enmlformatter.cpp.orig 2020-05-06 15:35:34.588953859 +0100
+++ ./src/html/enmlformatter.cpp 2020-05-06 15:35:47.057173499 +0100
@@ -39,6 +39,6 @@
#include <tidybuffio.h>
#else
-#include <tidy/tidy.h>
-#include <tidy/tidybuffio.h>
+#include <tidy.h>
+#include <tidybuffio.h>
#endif
@@ -917,3 +917,3 @@
this->content.clear();
this->content.append(contentStr.toUtf8());
-}
\ No newline at end of file
+}