From 68a5a389ee8bf8215b11087baa2cf68a1f75ef0b Mon Sep 17 00:00:00 2001 From: vraatikka Date: Fri, 23 Aug 2013 13:42:10 +0300 Subject: [PATCH] Removed SS_DEBUG macros around necessary include directives. --- server/modules/protocol/mysql_backend.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/modules/protocol/mysql_backend.c b/server/modules/protocol/mysql_backend.c index 65a9f51dd..8e6dca22a 100644 --- a/server/modules/protocol/mysql_backend.c +++ b/server/modules/protocol/mysql_backend.c @@ -17,11 +17,9 @@ */ #include "mysql_client_server_protocol.h" -#if defined(SS_DEBUG) #include #include #include -#endif /* * MySQL Protocol module for handling the protocol between the gateway * and the backend MySQL database.