Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do I use the program correctly? (Windows) #161

Open
stephane-archer opened this issue Jun 28, 2021 · 0 comments
Open

Do I use the program correctly? (Windows) #161

stephane-archer opened this issue Jun 28, 2021 · 0 comments

Comments

@stephane-archer
Copy link

I use the following command:
python .\cppclean --include-path pathToMyProject\ pathToACppFilesWithToMuchHeader\myfile.cpp
and I have the following output:
pathToACppFilesWithToMuchHeader\myfile.cpp: should #include header file 'FullPath\myfile.h'
but in myfile.cpp I include this file in the following way:
#include <folder1/myfile.h>
with folder1 in pathToMyProject\

and that doesn't mention any unused header in the file

What do I do wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant