mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Naming conventions.
This commit is contained in:
parent
da8abffea4
commit
c49156fb35
@ -405,7 +405,7 @@ set( PCBNEW_CLASS_SRCS
|
||||
tools/pcb_selection_conditions.cpp
|
||||
tools/pcb_selection_tool.cpp
|
||||
tools/pcb_tool_base.cpp
|
||||
tools/placement_tool.cpp
|
||||
tools/align_distribute_tool.cpp
|
||||
tools/pcb_point_editor.cpp
|
||||
tools/pcb_tool_utils.cpp
|
||||
tools/position_relative_tool.cpp
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include "tools/pcb_actions.h"
|
||||
#include "tools/pcb_control.h"
|
||||
#include "tools/pcb_picker_tool.h"
|
||||
#include "tools/placement_tool.h"
|
||||
#include "tools/align_distribute_tool.h"
|
||||
#include "tools/pcb_point_editor.h"
|
||||
#include "tools/pcb_selection_tool.h"
|
||||
#include <python/scripting/pcb_scripting_tool.h>
|
||||
|
@ -85,7 +85,7 @@
|
||||
#include <tools/pcb_editor_conditions.h>
|
||||
#include <tools/pcb_viewer_tools.h>
|
||||
#include <tools/board_reannotate_tool.h>
|
||||
#include <tools/placement_tool.h>
|
||||
#include <tools/align_distribute_tool.h>
|
||||
#include <tools/pad_tool.h>
|
||||
#include <microwave/microwave_tool.h>
|
||||
#include <tools/position_relative_tool.h>
|
||||
|
@ -23,7 +23,7 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
#include "tool/selection.h"
|
||||
#include "placement_tool.h"
|
||||
#include "align_distribute_tool.h"
|
||||
#include "pcb_actions.h"
|
||||
#include "pcb_selection_tool.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user