Fix header ordering lint failures
authorNicholas Ormrod <njormrod@fb.com>
Fri, 18 Apr 2014 17:16:33 +0000 (10:16 -0700)
committerSara Golemon <sgolemon@fb.com>
Fri, 18 Apr 2014 19:11:07 +0000 (12:11 -0700)
commitb215baa25240dc038c53c6b9b333dc040ada8d59
tree2180dfa409195771a8057bf8c3d72d69e8203aa0
parentb7433faa1bfffab07e581cf431371293b2f5e697
Fix header ordering lint failures

Summary:
Headers whose includes are not sufficient cause problems when included
from other files. An easy way to prevent this is to include the header
first in its associated cpp file. In fact, we have a lint rule for this.
However, there are places where this rule is ignored. This diff fixes
many of them.

Note that a few top-level directories were excluded.

Reviewed By: robbert@fb.com

FB internal diff: D1281032
folly/experimental/symbolizer/StackTrace.cpp