From 02cab97490690610ab5c4ce5d76208d415f0d2c4 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Wed, 31 Jul 2013 23:16:08 +0200 Subject: src: more lint after cpplint tightening Commit 847c6d9 adds a 'project headers before system headers' check to cpplint. Update the files in src/ to make the linter pass again. --- src/handle_wrap.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/handle_wrap.h') diff --git a/src/handle_wrap.h b/src/handle_wrap.h index 48db9e7f818..6e6f3904b8c 100644 --- a/src/handle_wrap.h +++ b/src/handle_wrap.h @@ -22,7 +22,10 @@ #ifndef SRC_HANDLE_WRAP_H_ #define SRC_HANDLE_WRAP_H_ +#include "node.h" #include "queue.h" +#include "uv.h" +#include "v8.h" namespace node { -- cgit v1.2.3