Skip to content
Commit 2205bbf6 authored by Ed Tanous's avatar Ed Tanous Committed by Ed Tanous
Browse files

Fix include what you use in bmcweb_config.h



As part of rearranging include files, it was found that a couple files
don't include what they use.  bmcweb_config.h.in uses size_t, which
isn't in cstdint, and a couple files use variables out of
bmcweb_config.h, which it didn't include.

Tested:
Code compiles;  No functional changes.

Signed-off-by: default avatarEd Tanous <edtanous@google.com>
Change-Id: I6d8f3617d10a30a1f0209e492841e9d3adc9c3f3
parent 54d1355f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment