Commit 229facad by Konstantin Käfer

don't use <node/*> style includes

parent ca1b78c6
#include <string.h> #include <string.h>
#include <node/v8.h> #include <v8.h>
#include <node/node.h> #include <node.h>
#include "macros.h" #include "macros.h"
#include "database.h" #include "database.h"
......
#ifndef NODE_SQLITE3_SRC_DATABASE_H #ifndef NODE_SQLITE3_SRC_DATABASE_H
#define NODE_SQLITE3_SRC_DATABASE_H #define NODE_SQLITE3_SRC_DATABASE_H
#include <node/v8.h> #include <v8.h>
#include <node/node.h> #include <node.h>
#include <string> #include <string>
#include <queue> #include <queue>
......
#include <string.h> #include <string.h>
#include <node/v8.h> #include <v8.h>
#include <node/node.h> #include <node.h>
#include <node/node_buffer.h> #include <node_buffer.h>
#include <node/node_version.h> #include <node_version.h>
#include "macros.h" #include "macros.h"
#include "database.h" #include "database.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment