Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/uv.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/uv.cc')
-rw-r--r--src/uv.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uv.cc b/src/uv.cc
index bac0b5560ab..83c39071f85 100644
--- a/src/uv.cc
+++ b/src/uv.cc
@@ -19,8 +19,8 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.
-#include "node.h"
#include "uv.h"
+#include "node.h"
namespace node {
namespace uv {