We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 761b13a commit 703c2f5Copy full SHA for 703c2f5
src/lib/csdiff-core.cc
@@ -20,12 +20,11 @@
20
#include "csdiff-core.hh"
21
22
#include "deflookup.hh"
23
-#include "writer-cov.hh"
24
-#include "writer-json.hh"
+#include "writer.hh"
25
26
#include <memory>
27
28
-// FIXME: some keys should be merge more intelligently if they already exist
+// FIXME: some keys should be merged more intelligently if they already exist
29
// TODO: define a nesting limit for keys like diffbase-diffbase-diffbase-...
30
void mergeScanProps(TScanProps &props, const TScanProps &oldProps)
31
{
0 commit comments