Address feedback by wwylele

This commit is contained in:
fearlessTobi 2018-07-30 14:46:13 +02:00
parent 71e1d6e25d
commit 15abf35889
2 changed files with 2 additions and 0 deletions

View file

@ -11,6 +11,7 @@
#include "common/alignment.h"
#include "common/assert.h"
#include "common/logging/log.h"
#include "common/math_util.h"
#include "common/microprofile.h"
#include "common/scope_exit.h"
#include "common/vector_math.h"

View file

@ -18,6 +18,7 @@
#include "common/bit_field.h"
#include "common/color.h"
#include "common/logging/log.h"
#include "common/math_util.h"
#include "common/microprofile.h"
#include "common/scope_exit.h"
#include "common/vector_math.h"