core: use proper #include directives

This commit is contained in:
Ben Noordhuis
2012-03-10 00:11:11 +01:00
parent 8c02f9b7c8
commit ff4a9d381d
43 changed files with 129 additions and 129 deletions

View File

@@ -19,7 +19,7 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <v8.h>
#include "v8.h"
#include "node.h"
#include "node_natives.h"
#include "node_string.h"