Fix incorrect include paths

Especially, pcbnew/import_dxf is no longer in use.
This commit is contained in:
jean-pierre charras 2018-12-11 11:08:37 +01:00
parent 0769b0409f
commit 85775d522c
4 changed files with 1 additions and 5 deletions

View File

@ -34,7 +34,7 @@
#include <math/vector2d.h>
#include <geometry/shape.h>
#include <geometry/seg.h>
#include "clipper.hpp"
#include <../polygon/clipper.hpp>
/**
* Class SHAPE_LINE_CHAIN

View File

@ -32,8 +32,6 @@
#include <geometry/shape.h>
#include <geometry/shape_line_chain.h>
#include "clipper.hpp"
#include <md5_hash.h>

View File

@ -46,7 +46,6 @@ include_directories(
../common/dialogs
./exporters
../dxflib_qcad
./import_dxf
../utils/idftools
${GLM_INCLUDE_DIR}
./specctra_import_export

View File

@ -32,7 +32,6 @@
#include <id.h>
#include <pcbnew_id.h>
#include <confirm.h>
#include <import_dxf/dialog_dxf_import.h>
#include <import_gfx/dialog_import_gfx.h>
#include <view/view_group.h>