From a09cf2763bcb8f6444007e96c838243ebfdbc773 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Mon, 22 Jan 2018 16:53:27 -0800 Subject: [PATCH] Bug 1393270: Follow-up: Fix style linter error. r=bustage MozReview-Commit-ID: IS5FQiNd80j --HG-- extra : rebase_source : aebab5366ff2605b67f4d38ab764dd829b370fcc --- js/src/jsapi-tests/testCompileNonSyntactic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/jsapi-tests/testCompileNonSyntactic.cpp b/js/src/jsapi-tests/testCompileNonSyntactic.cpp index 6d319d4dff6f..ca9a7f6e1709 100644 --- a/js/src/jsapi-tests/testCompileNonSyntactic.cpp +++ b/js/src/jsapi-tests/testCompileNonSyntactic.cpp @@ -2,8 +2,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "jsapi-tests/tests.h" #include "gc/GCInternals.h" +#include "jsapi-tests/tests.h" #include "vm/Monitor.h" #include "vm/MutexIDs.h"