Sort #include lines
[folly.git] / folly / futures / exercises / 01-Values.cpp
index 3f6ea12ba170709e33e960084732ead9e40853c9..97b4af1bd48cfaead86e8b66ed85662bc3ec05d3 100644 (file)
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include "Koan.h"
+
 #include <folly/futures/Future.h>
 
+#include "Koan.h"
+
 using folly::Future;
 using folly::makeFuture;