File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -670,7 +670,7 @@ cli/threadexecutor.o: cli/threadexecutor.cpp cli/cppcheckexecutor.h cli/executor
670670test/fixture.o : test/fixture.cpp lib/check.h lib/color.h lib/config.h lib/errorlogger.h lib/errortypes.h lib/importproject.h lib/library.h lib/mathlib.h lib/path.h lib/platform.h lib/settings.h lib/standards.h lib/suppressions.h lib/utils.h test/fixture.h test/options.h test/redirect.h
671671 $(CXX ) ${INCLUDE_FOR_TEST} $(CPPFLAGS ) $(CXXFLAGS ) -c -o $@ test/fixture.cpp
672672
673- test/helpers.o : test/helpers.cpp externals/simplecpp/simplecpp.h lib/config.h lib/errortypes.h lib/mathlib.h lib/path.h lib/preprocessor.h lib/templatesimplifier.h lib/token.h lib/tokenize.h lib/tokenlist.h lib/utils.h lib/vfvalue.h test/helpers.h
673+ test/helpers.o : test/helpers.cpp externals/simplecpp/simplecpp.h lib/config.h lib/errortypes.h lib/importproject.h lib/library.h lib/ mathlib.h lib/path.h lib/platform.h lib/ preprocessor.h lib/settings.h lib/standards.h lib/suppressions .h lib/templatesimplifier.h lib/token.h lib/tokenize.h lib/tokenlist.h lib/utils.h lib/vfvalue.h test/helpers.h
674674 $(CXX ) ${INCLUDE_FOR_TEST} $(CPPFLAGS ) $(CXXFLAGS ) -c -o $@ test/helpers.cpp
675675
676676test/main.o : test/main.cpp externals/simplecpp/simplecpp.h lib/check.h lib/color.h lib/config.h lib/errorlogger.h lib/errortypes.h lib/importproject.h lib/library.h lib/mathlib.h lib/platform.h lib/preprocessor.h lib/settings.h lib/standards.h lib/suppressions.h lib/utils.h test/fixture.h test/options.h
Original file line number Diff line number Diff line change 1919#ifndef helpersH
2020#define helpersH
2121
22+ #include " settings.h"
2223#include " tokenize.h"
2324#include " tokenlist.h"
2425
2728
2829class Token ;
2930class Preprocessor ;
30- class Settings ;
3131class Suppressions ;
3232
3333class givenACodeSampleToTokenize {
You can’t perform that action at this time.
0 commit comments