cleanup includes in folly/Format.h
authorPhilip Pronin <philipp@fb.com>
Sun, 28 Jun 2015 01:09:24 +0000 (18:09 -0700)
committerSara Golemon <sgolemon@fb.com>
Mon, 29 Jun 2015 18:00:33 +0000 (11:00 -0700)
commit59ac348b103fc91c7c39fe126b84bb45dbaec7b4
treefb9b0993d9645c12b7feb327662c570e807bc097
parenta0198f14f7a4e29159ac959d56770380c447b2bc
cleanup includes in folly/Format.h

Summary: `folly/Format.h` pulls in `folly/small_vector.h` and
`folly/FBVector.h`, which (according to @​oleksandr's analysis)
are the most expensive includes for multiple fbcode projects.

Reviewed By: @ot

Differential Revision: D2198904
folly/FBVector.h
folly/Format-inl.h
folly/Format.h
folly/FormatTraits.h [new file with mode: 0644]
folly/Makefile.am
folly/small_vector.h
folly/test/FormatOtherTest.cpp