cppclean
cppclean copied to clipboard
Fix for include .hxx file #155
This change is for fixing issue #155 reported by me. Please pull and merge this.
Note: Our project use extension .hxx for c++ header files and .h for c header files. cppclean should not differentiate between .h and .hxx files.
Please merge this