Fix incorrect include paths
Especially, pcbnew/import_dxf is no longer in use.
This commit is contained in:
parent
0769b0409f
commit
85775d522c
|
@ -34,7 +34,7 @@
|
||||||
#include <math/vector2d.h>
|
#include <math/vector2d.h>
|
||||||
#include <geometry/shape.h>
|
#include <geometry/shape.h>
|
||||||
#include <geometry/seg.h>
|
#include <geometry/seg.h>
|
||||||
#include "clipper.hpp"
|
#include <../polygon/clipper.hpp>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class SHAPE_LINE_CHAIN
|
* Class SHAPE_LINE_CHAIN
|
||||||
|
|
|
@ -32,8 +32,6 @@
|
||||||
#include <geometry/shape.h>
|
#include <geometry/shape.h>
|
||||||
#include <geometry/shape_line_chain.h>
|
#include <geometry/shape_line_chain.h>
|
||||||
|
|
||||||
#include "clipper.hpp"
|
|
||||||
|
|
||||||
#include <md5_hash.h>
|
#include <md5_hash.h>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -46,7 +46,6 @@ include_directories(
|
||||||
../common/dialogs
|
../common/dialogs
|
||||||
./exporters
|
./exporters
|
||||||
../dxflib_qcad
|
../dxflib_qcad
|
||||||
./import_dxf
|
|
||||||
../utils/idftools
|
../utils/idftools
|
||||||
${GLM_INCLUDE_DIR}
|
${GLM_INCLUDE_DIR}
|
||||||
./specctra_import_export
|
./specctra_import_export
|
||||||
|
|
|
@ -32,7 +32,6 @@
|
||||||
#include <id.h>
|
#include <id.h>
|
||||||
#include <pcbnew_id.h>
|
#include <pcbnew_id.h>
|
||||||
#include <confirm.h>
|
#include <confirm.h>
|
||||||
#include <import_dxf/dialog_dxf_import.h>
|
|
||||||
#include <import_gfx/dialog_import_gfx.h>
|
#include <import_gfx/dialog_import_gfx.h>
|
||||||
|
|
||||||
#include <view/view_group.h>
|
#include <view/view_group.h>
|
||||||
|
|
Loading…
Reference in New Issue