Remove special rules for Windows.h and library includes

This commit is contained in:
Yuri Kunde Schlesner 2016-09-21 00:13:46 -07:00
parent fa5d9d8266
commit 32bddfa1f5
6 changed files with 8 additions and 10 deletions

View file

@ -12,8 +12,8 @@
#include "common/logging/log.h"
#include "common/string_util.h"
#ifdef _MSC_VER
#include <Windows.h>
#include <codecvt>
#include <Windows.h>
#include "common/common_funcs.h"
#else
#include <iconv.h>