kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #24791
[PATCH 12/12] Drop <libgen.h> and <unistd.h>, no longer needed
---
utils/idftools/idf2vrml.cpp | 2 --
1 file changed, 2 deletions(-)
diff --git a/utils/idftools/idf2vrml.cpp b/utils/idftools/idf2vrml.cpp
index a62db0f..47821d0 100644
--- a/utils/idftools/idf2vrml.cpp
+++ b/utils/idftools/idf2vrml.cpp
@@ -52,8 +52,6 @@
#include <cstdlib>
#include <cstring>
#include <algorithm>
-#include <libgen.h>
-#include <unistd.h>
#include <boost/ptr_container/ptr_map.hpp>
#include <idf_helpers.h>
Follow ups
References
-
[PATCH 00/12] A few well-aged patches
From: Simon Richter, 2016-05-27
-
[PATCH 01/12] Use std::atomic for portable locale init counting
From: Simon Richter, 2016-05-27
-
[PATCH 02/12] Add missing C++ stdlib headers
From: Simon Richter, 2016-05-27
-
[PATCH 03/12] Open namespace around definitions
From: Simon Richter, 2016-05-27
-
[PATCH 04/12] Avoid C99 style compound statement
From: Simon Richter, 2016-05-27
-
[PATCH 05/12] Avoid conflicting declaration for Pgm()
From: Simon Richter, 2016-05-27
-
[PATCH 06/12] Make sure KIFACE_GETTER linkage is consistent
From: Simon Richter, 2016-05-27
-
[PATCH 07/12] Work around VC++ 2015 bug.
From: Simon Richter, 2016-05-27
-
[PATCH 08/12] windows: provide performance measurement primitives
From: Simon Richter, 2016-05-27
-
[PATCH 09/12] Narrow assumption on OpenSSL use
From: Simon Richter, 2016-05-27
-
[PATCH 10/12] Convert idf2vrml to use wxApp etc for option processing
From: Simon Richter, 2016-05-27
-
[PATCH 11/12] Use wxIMPLEMENT_APP_CONSOLE for console apps
From: Simon Richter, 2016-05-27