Browse Source

Uploading forgotten changes in pcbnew

pull/1/head
charras 17 years ago
parent
commit
a19576a352
  1. 1
      pcbnew/ioascii.cpp
  2. 1
      pcbnew/router.cpp
  3. 1
      pcbnew/zone_filling_algorithm.cpp

1
pcbnew/ioascii.cpp

@ -15,6 +15,7 @@
#ifdef PCBNEW
#include "pcbnew.h"
#include "autorout.h"
#include "zones.h"
#endif
#ifdef CVPCB

1
pcbnew/router.cpp

@ -9,6 +9,7 @@
#include "common.h"
#include "pcbnew.h"
#include "autorout.h"
#include "zones.h"
#include "cell.h"
#include "trigo.h"

1
pcbnew/zone_filling_algorithm.cpp

@ -9,6 +9,7 @@
#include "pcbnew.h"
#include "autorout.h"
#include "zones.h"
#include "cell.h"
#include "trigo.h"
#include "protos.h"

Loading…
Cancel
Save