Skip to content

Commit

Permalink
csdiff-core: include correct header file
Browse files Browse the repository at this point in the history
This module does not use any specific writer.  It rather uses the
generic `createWriter()` function, which is declared in `writer.hh`.

Closes: #215
  • Loading branch information
kdudka committed Nov 11, 2024
1 parent 761b13a commit 703c2f5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/lib/csdiff-core.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@
#include "csdiff-core.hh"

#include "deflookup.hh"
#include "writer-cov.hh"
#include "writer-json.hh"
#include "writer.hh"

#include <memory>

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

0 comments on commit 703c2f5

Please sign in to comment.