|
19 | 19 | // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE |
20 | 20 | // USE OR OTHER DEALINGS IN THE SOFTWARE. |
21 | 21 |
|
22 | | -#include <node.h> |
| 22 | +#include "node.h" |
23 | 23 |
|
24 | | -#include <uv.h> |
| 24 | +#include "uv.h" |
25 | 25 |
|
26 | | -#include <v8-debug.h> |
| 26 | +#include "v8-debug.h" |
27 | 27 | #ifdef HAVE_DTRACE |
28 | | -# include <node_dtrace.h> |
| 28 | +# include "node_dtrace.h" |
29 | 29 | #endif |
30 | 30 |
|
31 | 31 | #include <locale.h> |
@@ -61,25 +61,25 @@ typedef int mode_t; |
61 | 61 | # include <grp.h> /* getgrnam() */ |
62 | 62 | #endif |
63 | 63 |
|
64 | | -#include <node_buffer.h> |
| 64 | +#include "node_buffer.h" |
65 | 65 | #ifdef __POSIX__ |
66 | | -# include <node_io_watcher.h> |
| 66 | +# include "node_io_watcher.h" |
67 | 67 | #endif |
68 | | -#include <node_file.h> |
69 | | -#include <node_http_parser.h> |
| 68 | +#include "node_file.h" |
| 69 | +#include "node_http_parser.h" |
70 | 70 | #ifdef __POSIX__ |
71 | | -# include <node_signal_watcher.h> |
72 | | -# include <node_stat_watcher.h> |
| 71 | +# include "node_signal_watcher.h" |
| 72 | +# include "node_stat_watcher.h" |
73 | 73 | #endif |
74 | | -#include <node_constants.h> |
75 | | -#include <node_javascript.h> |
76 | | -#include <node_version.h> |
77 | | -#include <node_string.h> |
| 74 | +#include "node_constants.h" |
| 75 | +#include "node_javascript.h" |
| 76 | +#include "node_version.h" |
| 77 | +#include "node_string.h" |
78 | 78 | #if HAVE_OPENSSL |
79 | | -# include <node_crypto.h> |
| 79 | +# include "node_crypto.h" |
80 | 80 | #endif |
81 | | -#include <node_script.h> |
82 | | -#include <v8_typed_array.h> |
| 81 | +#include "node_script.h" |
| 82 | +#include "v8_typed_array.h" |
83 | 83 |
|
84 | 84 | using namespace v8; |
85 | 85 |
|
|
0 commit comments