From 507f2ff45ec5c318dd9db31b7074768174660c82 Mon Sep 17 00:00:00 2001 From: bubnikv Date: Mon, 14 Aug 2017 12:56:09 +0200 Subject: [PATCH] Comprimed the previous pull request. --- xs/src/libslic3r/GCode/WipeTowerPrusaMM.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/xs/src/libslic3r/GCode/WipeTowerPrusaMM.cpp b/xs/src/libslic3r/GCode/WipeTowerPrusaMM.cpp index e49e261d2..f45ca336b 100644 --- a/xs/src/libslic3r/GCode/WipeTowerPrusaMM.cpp +++ b/xs/src/libslic3r/GCode/WipeTowerPrusaMM.cpp @@ -6,17 +6,10 @@ #include #include -#ifdef __linux +#if defined(__linux) || defined(__GNUC__ ) #include #endif /* __linux */ -/*-------ADD THIS ----------------*/ -/*----- Error --> strcasecmp was not declared ----*/ -#ifdef __GNUC__ -#include -#endif -/*-------ADD THIS ----------------*/ - #ifdef _MSC_VER #define strcasecmp _stricmp #endif