From dfcd5a108488193f3753be777259efb19c101df6 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Thu, 5 Apr 2018 15:03:47 +0200 Subject: [PATCH] Platform pipe: tiny change --- src/compat/platform_pipe.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/compat/platform_pipe.cpp b/src/compat/platform_pipe.cpp index 93fb4a39f..e655b21db 100644 --- a/src/compat/platform_pipe.cpp +++ b/src/compat/platform_pipe.cpp @@ -37,11 +37,9 @@ #ifdef HAVE_CONFIG_H #include "config.h" +#endif // HAVE_CONFIG_H #include "config_unix.h" #include "config_win32.h" -#endif // HAVE_CONFIG_H - -#include "debug.h" #include "compat/platform_pipe.h"