mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
string_util.cpp & .h header include cleanup
This commit is contained in:
parent
a55b2ca557
commit
40377447ac
@ -15,6 +15,7 @@
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include "types.h"
|
||||
#include "skills.h"
|
||||
|
||||
|
||||
@ -16,9 +16,6 @@
|
||||
|
||||
#include "string_util.h"
|
||||
|
||||
#include <cstring> // for strncpy
|
||||
#include <stdexcept>
|
||||
|
||||
#ifdef _WINDOWS
|
||||
#include <windows.h>
|
||||
|
||||
|
||||
@ -19,7 +19,6 @@
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
#include <cstdarg>
|
||||
#include <string.h>
|
||||
#include "types.h"
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user