aboutsummaryrefslogtreecommitdiff
path: root/src/process_wrap.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/process_wrap.cc')
-rw-r--r--src/process_wrap.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/process_wrap.cc b/src/process_wrap.cc
index 6600a044c8..69ac7fb035 100644
--- a/src/process_wrap.cc
+++ b/src/process_wrap.cc
@@ -19,9 +19,9 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.
-#include <node.h>
-#include <handle_wrap.h>
-#include <pipe_wrap.h>
+#include "node.h"
+#include "handle_wrap.h"
+#include "pipe_wrap.h"
#include <string.h>
#include <stdlib.h>