- Update hfsplus_format.h to use correct path for hfs_detect.h (../common/hfs_detect.h)
- Fix hformat.c to use correct paths for both headers
- Resolves compilation error: hfsplus_format.h no existe el fichero o directorio
This fixes the build error in src/hfsutil/hformat.c:38:11
- Move hfs_detect.h from include/hfsutil/ to include/common/
- Update all include references in source files
- Fix typo in hfsck/main.c include path (../nclude -> ../include)
- Remove duplicate hfs_detect.o rules in hfsck Makefiles
- Update documentation (CHANGELOG.md, TODO, README.md)
- Improve project organization and maintainability
Version: 4.1.0A - Extended implementation with better code organization