diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2012-03-10 00:11:11 +0100 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2012-03-10 00:14:14 +0100 |
commit | ff4a9d381d2c77d1e074f9886c71003d5b7db25f (patch) | |
tree | 93507a7dc06d66551215030f6a6fc5cbb9dacb09 /src/node_io_watcher.h | |
parent | 8c02f9b7c844909cf5977d065b793c99eb0f9c45 (diff) | |
download | nodejs-ff4a9d381d2c77d1e074f9886c71003d5b7db25f.tar.gz nodejs-ff4a9d381d2c77d1e074f9886c71003d5b7db25f.tar.bz2 nodejs-ff4a9d381d2c77d1e074f9886c71003d5b7db25f.zip |
core: use proper #include directives
Diffstat (limited to 'src/node_io_watcher.h')
-rw-r--r-- | src/node_io_watcher.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node_io_watcher.h b/src/node_io_watcher.h index 81014feb3..d14289c86 100644 --- a/src/node_io_watcher.h +++ b/src/node_io_watcher.h @@ -22,8 +22,8 @@ #ifndef NODE_IO_H_ #define NODE_IO_H_ -#include <node_object_wrap.h> -#include <uv-private/ev.h> +#include "node_object_wrap.h" +#include "uv-private/ev.h" namespace node { |