reduced includes by means of static code analysis
This commit is contained in:
@@ -46,8 +46,8 @@
|
||||
#endif
|
||||
|
||||
#ifndef WIN32
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <string.h>
|
||||
#else
|
||||
#ifdef __MINGW32__
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -46,7 +46,6 @@
|
||||
* *
|
||||
\*===========================================================================*/
|
||||
|
||||
#include <OpenMesh/Core/System/config.hh>
|
||||
#include <OpenMesh/Tools/Utils/conio.hh>
|
||||
|
||||
// ----------------------------------------------------------------- MSVC Compiler ----
|
||||
@@ -92,7 +91,6 @@ int getche() { return ::getche(); }
|
||||
#endif
|
||||
#include <termios.h> /* tcsetattr() */
|
||||
#include <sys/ioctl.h> /* ioctl() */
|
||||
#include <sys/time.h> /* struct timeval */
|
||||
|
||||
namespace OpenMesh {
|
||||
namespace Utils {
|
||||
|
||||
@@ -49,6 +49,8 @@
|
||||
#ifndef OPENMESH_UTILS_CONIO_HH
|
||||
#define OPENMESH_UTILS_CONIO_HH
|
||||
// ----------------------------------------------------------------------------
|
||||
#include <OpenMesh/Core/System/OpenMeshDLLMacros.hh>
|
||||
|
||||
namespace OpenMesh {
|
||||
namespace Utils {
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user