Skip to content

Commit 20d8971

Browse files
committed
Remove unused headers
The my_config.h headers are not used.
1 parent 84a6848 commit 20d8971

File tree

13 files changed

+0
-13
lines changed

13 files changed

+0
-13
lines changed

query_classifier/test/classify.c

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
* Public License.
1212
*/
1313

14-
#include <my_config.h>
1514
#include <sys/types.h>
1615
#include <sys/stat.h>
1716
#include <fcntl.h>

server/core/config.c

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
*
4545
* @endverbatim
4646
*/
47-
#include <my_config.h>
4847
#include <stdio.h>
4948
#include <string.h>
5049
#include <stdlib.h>

server/core/gateway.c

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
*/
3737
#define _XOPEN_SOURCE 700
3838
#define OPENSSL_THREAD_DEFINES
39-
#include <my_config.h>
4039

4140
#include <openssl/opensslconf.h>
4241
#if defined(OPENSSL_THREADS)

server/core/test/testfeedback.c

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
#undef NDEBUG
3232
#endif
3333
#define FAILTEST(s) printf("TEST FAILED: " s "\n");return 1;
34-
#include <my_config.h>
3534
#include <mysql.h>
3635
#include <stdio.h>
3736
#include <notification.h>

server/modules/filter/dbfwfilter/dbfwfilter.c

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
*@endcode
6161
*/
6262

63-
#include <my_config.h>
6463
#include <stdio.h>
6564
#include <filter.h>
6665
#include <string.h>

server/modules/filter/mqfilter.c

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
*@endverbatim
5757
* See the individual struct documentations for logging trigger parameters
5858
*/
59-
#include <my_config.h>
6059
#include <stdio.h>
6160
#include <fcntl.h>
6261
#include <filter.h>

server/modules/filter/test/harness_util.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#include <my_config.h>
21
#include <mysql.h>
32
#include <harness.h>
43

server/modules/routing/debugcmd.c

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
*
4646
* @endverbatim
4747
*/
48-
#include <my_config.h>
4948
#include <stdio.h>
5049
#include <stdlib.h>
5150
#include <string.h>

server/modules/routing/readwritesplit/readwritesplit.c

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
* of this software will be governed by version 2 or later of the General
1111
* Public License.
1212
*/
13-
#include <my_config.h>
1413
#include <stdio.h>
1514
#include <strings.h>
1615
#include <string.h>

server/modules/routing/schemarouter/schemarouter.c

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
* of this software will be governed by version 2 or later of the General
1111
* Public License.
1212
*/
13-
#include <my_config.h>
1413
#include <stdio.h>
1514
#include <strings.h>
1615
#include <string.h>

server/modules/routing/schemarouter/shardrouter.c

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
* Public License.
1212
*/
1313

14-
#include <my_config.h>
1514
#include <stdio.h>
1615
#include <strings.h>
1716
#include <string.h>

server/modules/routing/schemarouter/test/testschemarouter.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#include <my_config.h>
21
#include <mysql.h>
32
#include <stdio.h>
43
#include <stdlib.h>

server/modules/routing/schemarouter/test/testschemarouter2.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#include <my_config.h>
21
#include <mysql.h>
32
#include <stdio.h>
43
#include <stdlib.h>

0 commit comments

Comments
 (0)