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

@ -6,7 +6,7 @@
#include "common/assert.h"
#include "common/file_util.h"
#include "common/logging/log.h"
#include "recorder.h"
#include "core/tracer/recorder.h"
namespace CiTrace {