mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Fix for the previous commit. I've added includes to the wrong file :(
server-tools/instance-manager/manager.cc: Unnecessary incudes removed server-tools/instance-manager/mysqlmanager.cc: Added missing includes
This commit is contained in:
parent
be9d13821f
commit
d531f2df62
2 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,6 @@
|
|||
|
||||
#include <my_global.h>
|
||||
#include <signal.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "thread_repository.h"
|
||||
#include "listener.h"
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
#include <string.h>
|
||||
#include <signal.h>
|
||||
#include <sys/wait.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "manager.h"
|
||||
#include "options.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue