# HG changeset patch # User Sebastien Jodogne # Date 1600108487 -7200 # Node ID a2f1c97002fe3c6bfffc34bd0ab6eceda139d1bc # Parent a8d2f4e65f054f4a50a81f302e7cf2c46a0460b8 removed bad include for win32 diff -r a8d2f4e65f05 -r a2f1c97002fe OrthancFramework/Sources/SystemToolbox.cpp --- a/OrthancFramework/Sources/SystemToolbox.cpp Mon Sep 14 19:47:35 2020 +0200 +++ b/OrthancFramework/Sources/SystemToolbox.cpp Mon Sep 14 20:34:47 2020 +0200 @@ -26,7 +26,6 @@ #if defined(_WIN32) # include -# include // For "FlushFileBuffers()" # include // For "_spawnvp()" and "_getpid()" # include // For "environ" #else