← Back to team overview

kicad-developers team mailing list archive

[PATCH 0/3] Include cleanup

 

Hi,

three small patches for include files cleanup, each of them pretty
self-explanatory.

   Simon

Simon Richter (3):
  Remove superfluous includes
  Include <iso646.h> for "not", "and" and "or" keywords
  add missing C++ stdlib headers

 common/gal/graphics_abstraction_layer.cpp      | 2 ++
 common/math/math_util.cpp                      | 1 -
 common/tool/action_manager.cpp                 | 1 +
 eeschema/class_library.h                       | 2 ++
 eeschema/dialogs/dialog_lib_edit_pin_table.cpp | 2 ++
 eeschema/sch_sheet_path.h                      | 2 ++
 gerbview/class_GERBER.cpp                      | 1 +
 include/common.h                               | 2 ++
 include/layers_id_colors_and_visibility.h      | 1 -
 include/profile.h                              | 1 -
 include/tool/tool_manager.h                    | 1 +
 pcb_calculator/transline/transline.cpp         | 1 +
 pcbnew/ratsnest_data.h                         | 2 ++
 pcbnew/router/pns_diff_pair.cpp                | 1 +
 pcbnew/router/pns_optimizer.cpp                | 2 ++
 pcbnew/router/pns_utils.cpp                    | 2 ++
 pcbnew/tools/conditional_menu.h                | 1 +
 pcbnew/tools/edit_points.h                     | 3 +++
 18 files changed, 25 insertions(+), 3 deletions(-)

-- 
2.1.4


Follow ups