normalize includes: common

This commit is contained in:
brainiac
2025-12-18 00:40:31 -08:00
committed by Alex
parent c191ec02d4
commit 3d7101876f
39 changed files with 59 additions and 143 deletions
+1 -15
View File
@@ -5,24 +5,10 @@
#include "common/mysql_stmt.h"
#include "common/strings.h"
#include "common/timer.h"
#include "common/types.h"
#include "mysqld_error.h"
#include <fstream>
#include <iostream>
#include <string.h>
#ifdef _WINDOWS
#define snprintf _snprintf
#define strncasecmp _strnicmp
#define strcasecmp _stricmp
#include <process.h>
#include <winsock2.h>
#else
#include "common/unix.h"
#include <pthread.h>
#endif
#ifdef _EQDEBUG
#define DEBUG_MYSQL_QUERIES 0
#else