Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Use include instead of import
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed May 6, 2014
1 parent ab7ef53 commit 31beb3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/scrollbar-style-observer-non-mac.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#import <node.h>
#import "nan.h"
#import "scrollbar-style-observer.h"
#include <node.h>
#include "nan.h"
#include "scrollbar-style-observer.h"

using namespace v8;

Expand Down

0 comments on commit 31beb3a

Please sign in to comment.