Minor code cleanup, step2: remove more useless include.

fix also a minor compil warning
This commit is contained in:
jean-pierre charras
2020-10-01 15:39:47 +02:00
parent c7802e7ff8
commit f702da95c7
10 changed files with 35 additions and 39 deletions
-3
View File
@@ -23,7 +23,6 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <fctsys.h>
#include <eda_base_frame.h>
#include <project.h>
#include <common.h>
@@ -39,8 +38,6 @@
#include <boost/uuid/uuid_io.hpp>
#include <boost/functional/hash.hpp>
using KIGFX::COLOR4D;
// Create only once, as seeding is *very* expensive
static boost::uuids::random_generator randomGenerator;