Removed SS_DEBUG macros around necessary include directives.

This commit is contained in:
vraatikka 2013-08-23 13:42:10 +03:00
parent 481096ccef
commit 68a5a389ee

View File

@ -17,11 +17,9 @@
*/
#include "mysql_client_server_protocol.h"
#if defined(SS_DEBUG)
#include <skygw_types.h>
#include <skygw_utils.h>
#include <log_manager.h>
#endif
/*
* MySQL Protocol module for handling the protocol between the gateway
* and the backend MySQL database.