From 398f6d7b32e65702ca8358f08c14aeb3f7e0b5c1 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Mon, 29 Jan 2018 09:48:11 +0100 Subject: [PATCH] rename a few files --- common/{class_marker_base.cpp => marker_base.cpp} | 0 common/{class_page_info.cpp => page_info.cpp} | 0 include/{class_base_screen.h => base_screen.h} | 0 include/{class_eda_rect.h => eda_rect.h} | 0 include/{class_page_info.h => page_info.h} | 0 include/{class_pcb_screen.h => pcb_screen.h} | 0 include/{class_title_block.h => title_block.h} | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename common/{class_marker_base.cpp => marker_base.cpp} (100%) rename common/{class_page_info.cpp => page_info.cpp} (100%) rename include/{class_base_screen.h => base_screen.h} (100%) rename include/{class_eda_rect.h => eda_rect.h} (100%) rename include/{class_page_info.h => page_info.h} (100%) rename include/{class_pcb_screen.h => pcb_screen.h} (100%) rename include/{class_title_block.h => title_block.h} (100%) diff --git a/common/class_marker_base.cpp b/common/marker_base.cpp similarity index 100% rename from common/class_marker_base.cpp rename to common/marker_base.cpp diff --git a/common/class_page_info.cpp b/common/page_info.cpp similarity index 100% rename from common/class_page_info.cpp rename to common/page_info.cpp diff --git a/include/class_base_screen.h b/include/base_screen.h similarity index 100% rename from include/class_base_screen.h rename to include/base_screen.h diff --git a/include/class_eda_rect.h b/include/eda_rect.h similarity index 100% rename from include/class_eda_rect.h rename to include/eda_rect.h diff --git a/include/class_page_info.h b/include/page_info.h similarity index 100% rename from include/class_page_info.h rename to include/page_info.h diff --git a/include/class_pcb_screen.h b/include/pcb_screen.h similarity index 100% rename from include/class_pcb_screen.h rename to include/pcb_screen.h diff --git a/include/class_title_block.h b/include/title_block.h similarity index 100% rename from include/class_title_block.h rename to include/title_block.h