diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2014-10-11 16:48:49 +0200 |
---|---|---|
committer | Fedor Indutny <fedor@indutny.com> | 2014-10-12 02:09:44 +0400 |
commit | 75a461d0997e0a040c2194c5309c148f179563e9 (patch) | |
tree | 35e1676f3e316ce1c5a4bb30132b8ffa84fbfb8b /src/node_stat_watcher.cc | |
parent | 97585b0d7ab0084d90faf6bded275b902d76857a (diff) | |
download | node-new-75a461d0997e0a040c2194c5309c148f179563e9.tar.gz |
src: fix up imports
Make tools/check-imports.sh stop complaining, remove or reorder 'using'
statements.
PR-URL: https://github.com/node-forward/node/pull/16
Reviewed-By: Fedor Indutny <fedor@indutny.com>
Diffstat (limited to 'src/node_stat_watcher.cc')
-rw-r--r-- | src/node_stat_watcher.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_stat_watcher.cc b/src/node_stat_watcher.cc index 1c3b55a041..731740350c 100644 --- a/src/node_stat_watcher.cc +++ b/src/node_stat_watcher.cc @@ -41,7 +41,6 @@ using v8::HandleScope; using v8::Integer; using v8::Local; using v8::Object; -using v8::String; using v8::Value; |