Commit dd0cd5fb authored by unknown's avatar unknown

Revert the inclusion of 'signal.h' as the module contains 'kill()'.


server-tools/instance-manager/instance.cc:
  Revert the inclusion of 'signal.h' as this module contains 'kill()'.
parent 683a5e6d
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include <sys/wait.h> #include <sys/wait.h>
#include <my_sys.h> #include <my_sys.h>
#include <signal.h>
#include <m_string.h> #include <m_string.h>
#include <mysql.h> #include <mysql.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment