[pns] Remove unnecessary includes of KiCad colors.h
This commit is contained in:
parent
0700178d07
commit
e9a2cb0642
|
@ -21,7 +21,6 @@
|
|||
#include <boost/optional.hpp>
|
||||
|
||||
#include <base_units.h> // God forgive me doing this...
|
||||
#include <colors.h>
|
||||
|
||||
#include "trace.h"
|
||||
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
|
||||
#include <boost/optional.hpp>
|
||||
|
||||
#include <colors.h>
|
||||
|
||||
#include "trace.h"
|
||||
|
||||
#include "pns_node.h"
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
*/
|
||||
|
||||
#include <base_units.h> // God forgive me doing this...
|
||||
#include <colors.h>
|
||||
|
||||
#include "trace.h"
|
||||
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
*/
|
||||
|
||||
#include <base_units.h> // God forgive me doing this...
|
||||
#include <colors.h>
|
||||
|
||||
#include "trace.h"
|
||||
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
*/
|
||||
|
||||
#include <base_units.h> // God forgive me doing this...
|
||||
#include <colors.h>
|
||||
|
||||
#include "trace.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue