PCB common library header rationalization.

* All header files used to create the PCB common library now compile as
  stand alone code.  This prevents the need to define them in a specific
  order to make source code compile properly.  It should also now be
  possible to relocate the source code to build the common PCB library
  to a separate folder.
This commit is contained in:
Wayne Stambaugh
2011-09-23 09:57:12 -04:00
parent 846dca8c05
commit edd35b4e90
212 changed files with 2394 additions and 1424 deletions
+1
View File
@@ -8,6 +8,7 @@
#include "confirm.h"
#include "macros.h"
#include "trigo.h"
#include "gr_basic.h"
#include "gerbview.h"
#include "class_gerber_draw_item.h"