Remove duplicate SWIG include file.

This commit is contained in:
Wayne Stambaugh 2020-10-07 12:46:50 -04:00
parent 1d34845683
commit cb73f43fc8
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,7 @@
* *
* Copyright (C) 2012 NBEE Embedded Systems, Miguel Angel Ajo <miguelangel@nbee.es> * Copyright (C) 2012 NBEE Embedded Systems, Miguel Angel Ajo <miguelangel@nbee.es>
* Copyright (C) 2016 SoftPLC Corporation, Dick Hollenbeck <dick@softplc.com> * Copyright (C) 2016 SoftPLC Corporation, Dick Hollenbeck <dick@softplc.com>
* Copyright (C) 1992-2017 KiCad Developers, see AUTHORS.txt for contributors. * Copyright (C) 1992-2020 KiCad Developers, see AUTHORS.txt for contributors.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License * modify it under the terms of the GNU General Public License
@ -59,7 +59,6 @@ HANDLE_EXCEPTIONS(BOARD::TracksInNetBetweenPoints)
%include pcb_target.i %include pcb_target.i
%include fp_shape.i %include fp_shape.i
%include fp_text.i %include fp_text.i
%include pcb_shape.i
%include netinfo.i %include netinfo.i
%include netclass.i %include netclass.i
%include pcb_plot_params.i %include pcb_plot_params.i