Make EDA_SHAPE common

Looks like it's dependency on unit macros was dropped some time ago
This commit is contained in:
Marek Roszko 2022-08-28 19:32:34 -04:00
parent ba3e31bd09
commit 5ebd3b2d80
3 changed files with 1 additions and 3 deletions

View File

@ -306,6 +306,7 @@ set( COMMON_SRCS
eda_item.cpp
eda_pattern_match.cpp
eda_rect.cpp
eda_shape.cpp
eda_units.cpp
env_paths.cpp
env_vars.cpp
@ -507,7 +508,6 @@ target_include_directories( common SYSTEM PUBLIC
set( PCB_COMMON_SRCS
base_screen.cpp
eda_text.cpp
eda_shape.cpp
fp_lib_table.cpp
hash_eda.cpp
pg_properties.cpp

View File

@ -319,7 +319,6 @@ set( EESCHEMA_COMMON_SRCS
${CMAKE_SOURCE_DIR}/common/dialogs/panel_gal_display_options.cpp
${CMAKE_SOURCE_DIR}/common/base_units.cpp
${CMAKE_SOURCE_DIR}/common/eda_shape.cpp
${CMAKE_SOURCE_DIR}/common/eda_text.cpp
)

View File

@ -26,7 +26,6 @@
#define EDA_SHAPE_H
#include <eda_units.h>
#include <convert_to_biu.h>
#include <trigo.h>
#include <geometry/shape_poly_set.h>
#include <geometry/geometry_utils.h>