Remove two duplicated #includes

This commit is contained in:
Aaron Gyes 2019-03-12 15:09:07 -07:00
parent aaacdb89b6
commit b7c069a765
2 changed files with 0 additions and 2 deletions

View file

@ -33,7 +33,6 @@
#ifdef __linux__
// Includes for WSL detection
#include <cstring>
#include <sys/utsname.h>
#endif

View file

@ -16,7 +16,6 @@
#include <sys/stat.h>
#include <time.h>
#include <unistd.h>
#include <cwchar>
#include <wctype.h>
#include <algorithm>