Nip 3 no longer needed common includes

This commit is contained in:
Marek Roszko 2020-10-25 15:00:05 -04:00
parent 1167862c86
commit b043b5b5c6
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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 );

View File

@ -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;