Browse Source

Fixed included headers.

pull/1/head
Maciej Suminski 12 years ago
parent
commit
8944e92456
  1. 1
      include/class_board_item.h
  2. 2
      pcbnew/class_drawsegment.h

1
include/class_board_item.h

@ -34,7 +34,6 @@
#include <base_struct.h>
#include <gr_basic.h>
#include <boost/ptr_container/ptr_vector.hpp>
#include <gr_basic.h>
#include <layers_id_colors_and_visibility.h>
/// Abbrevation for fomatting internal units to a string.

2
pcbnew/class_drawsegment.h

@ -30,7 +30,7 @@
#ifndef CLASS_DRAWSEGMENT_H_
#define CLASS_DRAWSEGMENT_H_
#include <common.h>
#include <class_board_item.h>
#include <PolyLine.h>
#include <math_for_graphics.h>

Loading…
Cancel
Save