13 lines
421 B
Diff
13 lines
421 B
Diff
|
diff --git a/src/slic3r/GUI/RemovableDriveManager.cpp b/src/slic3r/GUI/RemovableDriveManager.cpp
|
||
|
index 2f8ac96a1a..ed615c8d3e 100644
|
||
|
--- a/src/slic3r/GUI/RemovableDriveManager.cpp
|
||
|
+++ b/src/slic3r/GUI/RemovableDriveManager.cpp
|
||
|
@@ -22,7 +22,6 @@
|
||
|
#include <pwd.h>
|
||
|
#include <boost/filesystem.hpp>
|
||
|
#include <boost/system/error_code.hpp>
|
||
|
-#include <boost/filesystem/convenience.hpp>
|
||
|
#include <boost/process.hpp>
|
||
|
#endif
|
||
|
|