diff --git a/eeschema/CMakeLists.txt b/eeschema/CMakeLists.txt index c74191e6f6..3fb057ec78 100644 --- a/eeschema/CMakeLists.txt +++ b/eeschema/CMakeLists.txt @@ -55,9 +55,9 @@ set( EESCHEMA_SCH_PLUGINS_CADSTAR set( EESCHEMA_SCH_PLUGINS_LTSPICE - sch_plugins/lt_spice/ltspice_schematic.cpp - sch_plugins/lt_spice/ltspice_sch_parser.cpp - sch_plugins/lt_spice/ltspice_sch_plugin.cpp + sch_plugins/ltspice/ltspice_schematic.cpp + sch_plugins/ltspice/ltspice_sch_parser.cpp + sch_plugins/ltspice/ltspice_sch_plugin.cpp ) set( EESCHEMA_DLGS diff --git a/eeschema/sch_io_mgr.cpp b/eeschema/sch_io_mgr.cpp index c1c16ecd5c..101ec4f958 100644 --- a/eeschema/sch_io_mgr.cpp +++ b/eeschema/sch_io_mgr.cpp @@ -31,7 +31,7 @@ #include #include #include -#include "sch_plugins/lt_spice/ltspice_sch_plugin.h" +#include #include #define FMT_UNIMPLEMENTED _( "Plugin \"%s\" does not implement the \"%s\" function." ) diff --git a/eeschema/sch_plugins/lt_spice/ltspice_sch_parser.cpp b/eeschema/sch_plugins/ltspice/ltspice_sch_parser.cpp similarity index 99% rename from eeschema/sch_plugins/lt_spice/ltspice_sch_parser.cpp rename to eeschema/sch_plugins/ltspice/ltspice_sch_parser.cpp index 4d0bc8c5e0..a7bb5ab693 100644 --- a/eeschema/sch_plugins/lt_spice/ltspice_sch_parser.cpp +++ b/eeschema/sch_plugins/ltspice/ltspice_sch_parser.cpp @@ -24,8 +24,8 @@ * schematic file. */ -#include -#include +#include +#include #include #include #include diff --git a/eeschema/sch_plugins/lt_spice/ltspice_sch_parser.h b/eeschema/sch_plugins/ltspice/ltspice_sch_parser.h similarity index 99% rename from eeschema/sch_plugins/lt_spice/ltspice_sch_parser.h rename to eeschema/sch_plugins/ltspice/ltspice_sch_parser.h index c166791931..01d3fde1e7 100644 --- a/eeschema/sch_plugins/lt_spice/ltspice_sch_parser.h +++ b/eeschema/sch_plugins/ltspice/ltspice_sch_parser.h @@ -32,7 +32,7 @@ #include #include #include -#include +#include class LIB_SHAPE; diff --git a/eeschema/sch_plugins/lt_spice/ltspice_sch_plugin.cpp b/eeschema/sch_plugins/ltspice/ltspice_sch_plugin.cpp similarity index 94% rename from eeschema/sch_plugins/lt_spice/ltspice_sch_plugin.cpp rename to eeschema/sch_plugins/ltspice/ltspice_sch_plugin.cpp index bac4c54c32..69205c82f1 100644 --- a/eeschema/sch_plugins/lt_spice/ltspice_sch_plugin.cpp +++ b/eeschema/sch_plugins/ltspice/ltspice_sch_plugin.cpp @@ -19,9 +19,9 @@ * with this program. If not, see . */ -#include -#include -#include +#include +#include +#include #include #include diff --git a/eeschema/sch_plugins/lt_spice/ltspice_sch_plugin.h b/eeschema/sch_plugins/ltspice/ltspice_sch_plugin.h similarity index 100% rename from eeschema/sch_plugins/lt_spice/ltspice_sch_plugin.h rename to eeschema/sch_plugins/ltspice/ltspice_sch_plugin.h diff --git a/eeschema/sch_plugins/lt_spice/ltspice_schematic.cpp b/eeschema/sch_plugins/ltspice/ltspice_schematic.cpp similarity index 99% rename from eeschema/sch_plugins/lt_spice/ltspice_schematic.cpp rename to eeschema/sch_plugins/ltspice/ltspice_schematic.cpp index 6ce5c047d0..b94ca43a8e 100644 --- a/eeschema/sch_plugins/lt_spice/ltspice_schematic.cpp +++ b/eeschema/sch_plugins/ltspice/ltspice_schematic.cpp @@ -23,8 +23,8 @@ * @brief Loads the asc file and asy files. */ -#include -#include +#include +#include #include #include #include diff --git a/eeschema/sch_plugins/lt_spice/ltspice_schematic.h b/eeschema/sch_plugins/ltspice/ltspice_schematic.h similarity index 100% rename from eeschema/sch_plugins/lt_spice/ltspice_schematic.h rename to eeschema/sch_plugins/ltspice/ltspice_schematic.h