← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH 1/3] Remove superfluous includes

 

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.
> ---
>  common/math/math_util.cpp                 | 1 -
>  include/layers_id_colors_and_visibility.h | 1 -
>  include/profile.h                         | 1 -
>  3 files changed, 3 deletions(-)
> 
> 
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 



References