mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 11:15:56 +00:00
The codebase is filled with includes that are unused, and which thus can be removed. At the same time, the files often do not include all headers that contain the definitions used in those files. This change uses clang-format and clang-tidy to clean up the includes, with minor manual intervention to ensure the code compiles on all platforms.
43 lines
798 B
Plaintext
43 lines
798 B
Plaintext
Loop: test.jtx test.toplevel
|
|
test.toplevel > test.jtx
|
|
|
|
Loop: test.jtx test.unit_test
|
|
test.unit_test == test.jtx
|
|
|
|
Loop: xrpld.app xrpld.core
|
|
xrpld.app > xrpld.core
|
|
|
|
Loop: xrpld.app xrpld.ledger
|
|
xrpld.app > xrpld.ledger
|
|
|
|
Loop: xrpld.app xrpld.net
|
|
xrpld.app > xrpld.net
|
|
|
|
Loop: xrpld.app xrpld.overlay
|
|
xrpld.overlay > xrpld.app
|
|
|
|
Loop: xrpld.app xrpld.peerfinder
|
|
xrpld.peerfinder ~= xrpld.app
|
|
|
|
Loop: xrpld.app xrpld.rpc
|
|
xrpld.rpc > xrpld.app
|
|
|
|
Loop: xrpld.app xrpld.shamap
|
|
xrpld.app > xrpld.shamap
|
|
|
|
Loop: xrpld.core xrpld.net
|
|
xrpld.net > xrpld.core
|
|
|
|
Loop: xrpld.core xrpld.perflog
|
|
xrpld.perflog == xrpld.core
|
|
|
|
Loop: xrpld.net xrpld.rpc
|
|
xrpld.rpc ~= xrpld.net
|
|
|
|
Loop: xrpld.overlay xrpld.rpc
|
|
xrpld.rpc ~= xrpld.overlay
|
|
|
|
Loop: xrpld.perflog xrpld.rpc
|
|
xrpld.rpc ~= xrpld.perflog
|
|
|