Core: Fix some out-of-style includes

This commit is contained in:
Yuri Kunde Schlesner 2017-05-27 16:31:42 -07:00
parent 2579ae543b
commit ae095cfb71
4 changed files with 4 additions and 4 deletions

View file

@ -8,8 +8,8 @@
#include <unordered_map>
#include <vector>
#include <boost/crc.hpp>
#include "citrace.h"
#include "common/common_types.h"
#include "core/tracer/citrace.h"
namespace CiTrace {