File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -65,12 +65,12 @@ add_library(cs STATIC
6565 abstract -filter .cc
6666 color.cc
6767 csdiff-core.cc
68- csfilter.cc
6968 csv-parser.cc
7069 cwe-mapper.cc
7170 cwe-name -lookup.cc
7271 deflookup.cc
7372 instream.cc
73+ msg-filter .cc
7474 parser.cc
7575 parser-common.cc
7676 parser-cov.cc
Original file line number Diff line number Diff line change 1818 */
1919
2020#include " csdiff-core.hh"
21- #include " csfilter.hh"
2221#include " instream.hh"
22+ #include " msg-filter.hh"
2323#include " regex.hh"
2424#include " version.hh"
2525
Original file line number Diff line number Diff line change 1919
2020#include " parser.hh"
2121#include " abstract-filter.hh"
22- #include " csfilter .hh"
22+ #include " msg-filter .hh"
2323#include " parser-common.hh"
2424#include " regex.hh"
2525#include " version.hh"
Original file line number Diff line number Diff line change 1919
2020#include " deflookup.hh"
2121
22+ #include " msg-filter.hh"
2223#include " parser.hh"
23- #include " csfilter.hh"
2424
2525#include < map>
2626
Original file line number Diff line number Diff line change 1818 */
1919
2020#include " abstract-tree.hh"
21- #include " csfilter .hh"
21+ #include " msg-filter .hh"
2222#include " regex.hh"
2323
2424#include < boost/property_tree/json_parser.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- #ifndef H_GUARD_CSFILTER_H
21- #define H_GUARD_CSFILTER_H
20+ #ifndef H_GUARD_MSG_FILTER_H
21+ #define H_GUARD_MSG_FILTER_H
2222
2323#include " instream.hh"
2424
@@ -61,4 +61,4 @@ class MsgFilter {
6161 Private *d;
6262};
6363
64- #endif /* H_GUARD_CSFILTER_H */
64+ #endif /* H_GUARD_MSG_FILTER_H */
Original file line number Diff line number Diff line change 1818 */
1919
2020#include " csdiff-core.hh"
21- #include " csfilter .hh"
21+ #include " msg-filter .hh"
2222#include " version.hh"
2323
2424#include < sstream>
You can’t perform that action at this time.
0 commit comments