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

@ -11,7 +11,6 @@
* Public License. * Public License.
*/ */
#include <my_config.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <fcntl.h> #include <fcntl.h>

View File

@ -44,7 +44,6 @@
* *
* @endverbatim * @endverbatim
*/ */
#include <my_config.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -36,7 +36,6 @@
*/ */
#define _XOPEN_SOURCE 700 #define _XOPEN_SOURCE 700
#define OPENSSL_THREAD_DEFINES #define OPENSSL_THREAD_DEFINES
#include <my_config.h>
#include <openssl/opensslconf.h> #include <openssl/opensslconf.h>
#if defined(OPENSSL_THREADS) #if defined(OPENSSL_THREADS)

View File

@ -31,7 +31,6 @@
#undef NDEBUG #undef NDEBUG
#endif #endif
#define FAILTEST(s) printf("TEST FAILED: " s "\n");return 1; #define FAILTEST(s) printf("TEST FAILED: " s "\n");return 1;
#include <my_config.h>
#include <mysql.h> #include <mysql.h>
#include <stdio.h> #include <stdio.h>
#include <notification.h> #include <notification.h>

View File

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

View File

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

View File

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

View File

@ -45,7 +45,6 @@
* *
* @endverbatim * @endverbatim
*/ */
#include <my_config.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View File

@ -10,7 +10,6 @@
* of this software will be governed by version 2 or later of the General * of this software will be governed by version 2 or later of the General
* Public License. * Public License.
*/ */
#include <my_config.h>
#include <stdio.h> #include <stdio.h>
#include <strings.h> #include <strings.h>
#include <string.h> #include <string.h>

View File

@ -10,7 +10,6 @@
* of this software will be governed by version 2 or later of the General * of this software will be governed by version 2 or later of the General
* Public License. * Public License.
*/ */
#include <my_config.h>
#include <stdio.h> #include <stdio.h>
#include <strings.h> #include <strings.h>
#include <string.h> #include <string.h>

View File

@ -11,7 +11,6 @@
* Public License. * Public License.
*/ */
#include <my_config.h>
#include <stdio.h> #include <stdio.h>
#include <strings.h> #include <strings.h>
#include <string.h> #include <string.h>

View File

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

View File

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