Skip to content

Commit 703c2f5

Browse files
committed
csdiff-core: include correct header file
This module does not use any specific writer. It rather uses the generic `createWriter()` function, which is declared in `writer.hh`. Closes: #215
1 parent 761b13a commit 703c2f5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/lib/csdiff-core.cc

+2-3
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@
2020
#include "csdiff-core.hh"
2121

2222
#include "deflookup.hh"
23-
#include "writer-cov.hh"
24-
#include "writer-json.hh"
23+
#include "writer.hh"
2524

2625
#include <memory>
2726

28-
// FIXME: some keys should be merge more intelligently if they already exist
27+
// FIXME: some keys should be merged more intelligently if they already exist
2928
// TODO: define a nesting limit for keys like diffbase-diffbase-diffbase-...
3029
void mergeScanProps(TScanProps &props, const TScanProps &oldProps)
3130
{

0 commit comments

Comments
 (0)