diff --git a/src/windows/port.cc b/src/windows/port.cc index aa8dcd8..19bda36 100755 --- a/src/windows/port.cc +++ b/src/windows/port.cc @@ -38,15 +38,8 @@ #include "config.h" #include // for va_list, va_start, va_end -#include // for strstr() -#include -#include -#include #include "port.h" -using std::string; -using std::vector; - // These call the windows _vsnprintf, but always NUL-terminate. int safe_vsnprintf(char *str, size_t size, const char *format, va_list ap) { if (size == 0) // not even room for a \0?