Index: src/IceCompileServer.cpp |
diff --git a/src/IceCompileServer.cpp b/src/IceCompileServer.cpp |
index 123063104603ad33f6f894070cde038d939b80ac..eadbc5a5569fdcfb67c1743aa1143a7c94220a74 100644 |
--- a/src/IceCompileServer.cpp |
+++ b/src/IceCompileServer.cpp |
@@ -34,11 +34,11 @@ |
#include <thread> |
#if defined(HAVE_UNISTD_H) |
-# include <unistd.h> |
+#include <unistd.h> |
#endif |
#if defined(_MSC_VER) |
-# include <io.h> |
-# include <fcntl.h> |
+#include <io.h> |
+#include <fcntl.h> |
#endif |
namespace Ice { |