Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_io_watcher.cc')
-rw-r--r--src/node_io_watcher.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/node_io_watcher.cc b/src/node_io_watcher.cc
index 4854a8fa9a7..3d1ab51fa22 100644
--- a/src/node_io_watcher.cc
+++ b/src/node_io_watcher.cc
@@ -19,10 +19,10 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.
-#include <node_io_watcher.h>
+#include "node_io_watcher.h"
-#include <node.h>
-#include <v8.h>
+#include "node.h"
+#include "v8.h"
#include <assert.h>