Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
installer: remove c-ares header files
Fixes #3847.
  • Loading branch information
bnoordhuis committed Aug 8, 2012
1 parent 658cf43 commit 08b382c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/install.py
Expand Up @@ -157,9 +157,7 @@ def npm_files(action):
assert(0) # unhandled action type

def files(action):
action(['deps/uv/include/ares.h',
'deps/uv/include/ares_version.h',
'deps/uv/include/uv.h',
action(['deps/uv/include/uv.h',
'deps/v8/include/v8-debug.h',
'deps/v8/include/v8-preparser.h',
'deps/v8/include/v8-profiler.h',
Expand Down

0 comments on commit 08b382c

Please sign in to comment.