From 6f7af062ff7dc519ae8fdab2b215695428a5a7ba Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Wed, 4 Jan 2023 15:54:36 -0500 Subject: [PATCH] Rename file component_reference_lister.cpp to sch_reference_list.cpp. This matches the naming of the header file. --- eeschema/CMakeLists.txt | 2 +- .../{component_references_lister.cpp => sch_reference_list.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename eeschema/{component_references_lister.cpp => sch_reference_list.cpp} (100%) diff --git a/eeschema/CMakeLists.txt b/eeschema/CMakeLists.txt index 8f77883589..9ddbbfc095 100644 --- a/eeschema/CMakeLists.txt +++ b/eeschema/CMakeLists.txt @@ -188,7 +188,6 @@ set( EESCHEMA_SRCS bom_plugins.cpp bus-wire-junction.cpp cmp_library_lexer.cpp - component_references_lister.cpp connection_graph.cpp cross-probing.cpp ee_collectors.cpp @@ -235,6 +234,7 @@ set( EESCHEMA_SRCS sch_plotter.cpp sch_plugin.cpp sch_preview_panel.cpp + sch_reference_list.cpp sch_screen.cpp sch_shape.cpp sch_sheet.cpp diff --git a/eeschema/component_references_lister.cpp b/eeschema/sch_reference_list.cpp similarity index 100% rename from eeschema/component_references_lister.cpp rename to eeschema/sch_reference_list.cpp