mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
normalize includes: common
This commit is contained in:
+1
-2
@@ -18,6 +18,7 @@
|
||||
#ifndef _WINDOWS
|
||||
|
||||
#include "unix.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
|
||||
@@ -42,7 +43,5 @@ char* strlwr(char* tmp) {
|
||||
return tmp;
|
||||
}
|
||||
|
||||
#else
|
||||
int joe = 1;
|
||||
#endif /* !WIN32 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user