From b9833860e5652e420d6aafbdce2ae77bafd45055 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 5 Mar 2021 14:07:06 +1100 Subject: Cleanup: maintain include order without disabling clang format --- intern/clog/clog.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/intern/clog/clog.c b/intern/clog/clog.c index af8bf38d84d..a26ac10a61f 100644 --- a/intern/clog/clog.c +++ b/intern/clog/clog.c @@ -38,11 +38,10 @@ #endif #if defined(_MSC_VER) -// clang-format off # include + # include /* This needs to be included after Windows.h. */ # include -// clang-format on # if !defined(ENABLE_VIRTUAL_TERMINAL_PROCESSING) # define ENABLE_VIRTUAL_TERMINAL_PROCESSING 0x0004 # endif -- cgit v1.2.3