Nip 3 no longer needed common includes
This commit is contained in:
parent
1167862c86
commit
b043b5b5c6
|
@ -26,7 +26,7 @@
|
|||
#include "bitmap2component.h"
|
||||
|
||||
#include "bitmap2cmp_gui_base.h"
|
||||
#include <common.h> // for EDA_UNITS
|
||||
#include <eda_units.h>
|
||||
#include <potracelib.h>
|
||||
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
|
||||
#include <../common/dialogs/eda_list_dialog_base.h>
|
||||
#include <common.h> // EDA_UNITS
|
||||
#include <eda_units.h>
|
||||
|
||||
void ConvertMarkdown2Html( const wxString& aMarkdownInput, wxString& aHtmlOutput );
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#ifndef BOARD_STACKUP_REPORTER_H
|
||||
#define BOARD_STACKUP_REPORTER_H
|
||||
|
||||
#include <common.h> // for EDA_UNITS
|
||||
#include <eda_units.h>
|
||||
|
||||
class BOARD_STACKUP;
|
||||
|
||||
|
|
Loading…
Reference in New Issue