Fix up #includes to work with both GYP and GN

This commit is contained in:
Jeremy Apthorp 2018-05-01 16:22:39 -07:00
parent 1cc5492784
commit 73ac019882
13 changed files with 28 additions and 26 deletions

View file

@ -10,7 +10,7 @@
#include "base/callback.h"
#include "base/location.h"
#include "base/single_thread_task_runner.h"
#include "vendor/node/deps/uv/include/uv.h"
#include "uv.h" // NOLINT(build/include)
namespace atom {