Commit 8ccb262d authored by Sergei Golubchik's avatar Sergei Golubchik

remove useless #include's

parent 8ba02161
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#include <stdio.h> #include <stdio.h>
#include <errno.h> #include <errno.h>
#include <tap.h> #include <tap.h>
#include "../trnman_public.h"
#include "../trnman.h" #include "../trnman.h"
extern my_bool maria_log_remove(); extern my_bool maria_log_remove();
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#include <my_atomic.h> #include <my_atomic.h>
#include <lf.h> #include <lf.h>
#include <m_string.h> #include <m_string.h>
#include "../trnman_public.h"
#include "../trnman.h" #include "../trnman.h"
pthread_mutex_t rt_mutex; pthread_mutex_t rt_mutex;
......
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