reduced includes by means of static code analysis

This commit is contained in:
Martin
2015-11-30 09:00:04 +01:00
committed by Jan Möbius
parent b1bbd9975f
commit e6967dfe8b
23 changed files with 45 additions and 94 deletions

View File

@@ -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 {