• mdempsky's avatar
    Large IWYU cleanup for seccomp-bpf · ab2d46af
    mdempsky authored
    I'm reasonably confident that all of the seccomp-bpf/*.h files are now
    IWYU clean. There might still be some missing/superfluous #include lines
    in some of the .cc files, but it should overall be much better than
    before.
    
    Two particular changes to note:
    
    1. "base/basictypes.h" is deprecated in favor of <stdint.h> (for standard
    *int*_t types) and/or "base/macros.h" for DISALLOW_*() macros.
    
    2. This also moves the #include "foo.h" lines to the top of each foo.cc
    file, per style guide.
    
    BUG=408845
    
    Review URL: https://codereview.chromium.org/570163003
    
    Cr-Commit-Position: refs/heads/master@{#295161}
    ab2d46af
verifier.cc 12.6 KB