File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ add_library(cs STATIC
7171 cwe-mapper.cc
7272 cwe-name -lookup.cc
7373 deflookup.cc
74- html-writer.cc
7574 instream.cc
7675 json-writer.cc
7776 parser.cc
@@ -83,6 +82,7 @@ add_library(cs STATIC
8382 shared-string .cc
8483 version .cc
8584 writer.cc
85+ writer-html.cc
8686)
8787
8888# link cslib.a and boost libraries
Original file line number Diff line number Diff line change 2020#include " parser.hh"
2121#include " cwe-name-lookup.hh"
2222#include " deflookup.hh"
23- #include " html-writer.hh"
2423#include " instream.hh"
2524#include " regex.hh"
2625#include " version.hh"
26+ #include " writer-html.hh"
2727
2828#include < boost/filesystem.hpp>
2929#include < boost/program_options.hpp>
Original file line number Diff line number Diff line change 1717 * along with csdiff. If not, see <http://www.gnu.org/licenses/>.
1818 */
1919
20- #include " html- writer.hh"
20+ #include " writer-html .hh"
2121
2222#include " cwe-name-lookup.hh"
2323#include " deflookup.hh"
Original file line number Diff line number Diff line change 1717 * along with csdiff. If not, see <http://www.gnu.org/licenses/>.
1818 */
1919
20- #ifndef H_GUARD_HTML_WRITER_H
21- #define H_GUARD_HTML_WRITER_H
20+ #ifndef H_GUARD_WRITER_HTML_H
21+ #define H_GUARD_WRITER_HTML_H
2222
2323#include " writer.hh"
2424
@@ -58,4 +58,4 @@ class HtmlWriter: public AbstractWriter {
5858 Private *d;
5959};
6060
61- #endif /* H_GUARD_HTML_WRITER_H */
61+ #endif /* H_GUARD_WRITER_HTML_H */
Original file line number Diff line number Diff line change 2020#include " writer.hh"
2121
2222#include " cswriter.hh"
23- #include " html-writer.hh"
2423#include " instream.hh"
2524#include " json-writer.hh"
2625#include " regex.hh"
26+ #include " writer-html.hh"
2727
2828// /////////////////////////////////////////////////////////////////////////////
2929// implementation of AbstractWriter
You can’t perform that action at this time.
0 commit comments