Remove unused headers

The my_config.h headers are not used.
This commit is contained in:
Markus Mäkelä
2017-03-09 13:02:23 +02:00
parent 84a6848f10
commit 20d89717c7
13 changed files with 0 additions and 13 deletions

View File

@ -60,7 +60,6 @@
*@endcode
*/
#include <my_config.h>
#include <stdio.h>
#include <filter.h>
#include <string.h>

View File

@ -56,7 +56,6 @@
*@endverbatim
* See the individual struct documentations for logging trigger parameters
*/
#include <my_config.h>
#include <stdio.h>
#include <fcntl.h>
#include <filter.h>

View File

@ -1,4 +1,3 @@
#include <my_config.h>
#include <mysql.h>
#include <harness.h>