diff --git a/src/node_os.cc b/src/node_os.cc index 4a3b9f608d702f..451ff08cc3ff39 100644 --- a/src/node_os.cc +++ b/src/node_os.cc @@ -28,7 +28,6 @@ #endif // __MINGW32__ #ifdef __POSIX__ -# include // gethostname, sysconf # include // PATH_MAX on Solaris. #endif // __POSIX__