HomePhabricator

Cleanup code using forward declarations.
51ed9ec97161Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Cleanup code using forward declarations.

Use misc methods of avoiding unnecesary header includes.
Replace int typedefs with int##_t from stdint.h.
Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h.
Normalize QT_VERSION ifs where possible.
Resolve some indirect dependencies as direct ones.
Remove extern declarations from .cpp files.

Details

Provenance
Brandon Dahler <brandon.dahler@gmail.com>Authored on Apr 13 2013, 05:13
deadalnixPushed on May 14 2017, 22:04
Parents
rABC7c4c207be842: Merge pull request #3211
Branches
Unknown
Tags
Unknown

Event Timeline

Brandon Dahler <brandon.dahler@gmail.com> committed rABC51ed9ec97161: Cleanup code using forward declarations. (authored by Brandon Dahler <brandon.dahler@gmail.com>).Nov 10 2013, 15:36