No longer need to //clang-format off for Windows headers

This commit is contained in:
Michael Maltese
2017-01-23 00:53:51 -08:00
parent 713ec5ffd5
commit 0bc40cacda
2 changed files with 6 additions and 8 deletions

View File

@ -6,10 +6,8 @@
#include <unordered_set>
#include <vector>
// clang-format off
#include <Windows.h>
#include <SetupAPI.h>
// clang-format on
namespace ciface
{