• Nicholas Ormrod's avatar
    Fix #includes · e892dc54
    Nicholas Ormrod authored
    Summary:
    A few of folly's includes do not start with folly/, and so were
    missed by D1411225's include-quotation ##""## -> ##<>## transformation change.
    There were also some folly includes in deeper folly directories and the
    docs, which I also fixed.
    
    The search ##egrep "# *include *\"" -R folly/*## now only includes two
    lines in FBString.h, which are included for libgcc purposes.
    
    The wangle/test/Thens.cpp file, which is auto-generated, was special.
    I changed the generator .rb script, but when I ran it I overwrote some
    manual changes to Thens.cpp. For simplicity, I have manually applied the
    change to Thens.cpp as well.
    
    Test Plan: fbconfig -r folly && fbmake runtests
    
    Reviewed By: hannesr@fb.com
    
    Subscribers: sdwilsh, fugalh
    
    FB internal diff: D1511712
    e892dc54
GenericThreadGate.h 2.08 KB