From 2c29133c579143ea17ee49d91d2d7362727034a2 Mon Sep 17 00:00:00 2001 From: Maciej Suminski Date: Thu, 11 Aug 2016 14:42:18 +0200 Subject: [PATCH] Use system ngspice.h file --- eeschema/sim/ngspice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeschema/sim/ngspice.h b/eeschema/sim/ngspice.h index b24aada872..298d041949 100644 --- a/eeschema/sim/ngspice.h +++ b/eeschema/sim/ngspice.h @@ -25,7 +25,7 @@ #ifndef NGSPICE_H #define NGSPICE_H -#include "sharedspice.h" +#include #include "spice_simulator.h" class wxDynamicLibrary;