blob: d5120ec40e089f1f17e8caad5194d84faf1d5336 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
--- b/src/html/enmlformatter.cpp
+++ a/src/html/enmlformatter.cpp
@@ -38,8 +38,8 @@
#include <tidy.h>
#include <tidybuffio.h>
#else
-#include <tidy/tidy.h>
-#include <tidy/tidybuffio.h>
+#include <tidy.h>
+#include <tidybuffio.h>
#endif
#define ENML_MODULE_LOGPREFIX "enml-cleanup: "
--- b/src/main.cpp
+++ a/src/main.cpp
@@ -50,8 +50,8 @@
#include <tidy.h>
#include <tidybuffio.h>
#else
-#include <tidy/tidy.h>
-#include <tidy/tidybuffio.h>
+#include <tidy.h>
+#include <tidybuffio.h>
#endif
|