cppclean icon indicating copy to clipboard operation
cppclean copied to clipboard

Do I use the program correctly? (Windows)

Open stephane-archer opened this issue 3 years ago • 0 comments

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?

stephane-archer avatar Jun 28 '21 16:06 stephane-archer