Re: [Kicad-developers] [PATCH 1/3] Remove superfluous includes

2015-07-31 Thread Wayne Stambaugh
Patch committed in r6025. Thanks. On 7/27/2015 5:52 PM, Simon Richter wrote: These are unnecessary: - in math_util.cpp, including stdint.h is unnecessary because math_util.h already requires it - in the other two headers, no definitions from stdint.h are used. ---

[Kicad-developers] [PATCH 1/3] Remove superfluous includes

2015-07-27 Thread Simon Richter
These are unnecessary: - in math_util.cpp, including stdint.h is unnecessary because math_util.h already requires it - in the other two headers, no definitions from stdint.h are used. --- common/math/math_util.cpp | 1 - include/layers_id_colors_and_visibility.h | 1 -