Include the proper header instead of the entire lockfile function

This commit is contained in:
Ian McInerney 2022-12-17 22:56:52 +00:00
parent 82a11c71af
commit 639626fda4
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@
#include <kiface_base.h> #include <kiface_base.h>
#include <macros.h> #include <macros.h>
#include <trace_helpers.h> #include <trace_helpers.h>
#include <lockfile.cpp> #include <lockfile.h>
#include <wx/snglinst.h>
#include <netlist_reader/pcb_netlist.h> #include <netlist_reader/pcb_netlist.h>
#include <pcbnew_id.h> #include <pcbnew_id.h>
#include <io_mgr.h> #include <io_mgr.h>