Common: Fix some out-of-style includes

This commit is contained in:
Yuri Kunde Schlesner 2017-05-27 16:14:10 -07:00
parent d1bf7919da
commit 2579ae543b
3 changed files with 5 additions and 5 deletions

View file

@ -5,9 +5,9 @@
#if defined(_MSC_VER)
#include <stdlib.h>
#endif
#include "common_funcs.h"
#include "common_types.h"
#include "hash.h"
#include "common/common_funcs.h"
#include "common/common_types.h"
#include "common/hash.h"
namespace Common {