Remove #pragma once from WindowUtil.cpp.

This commit is contained in:
casey langen 2022-03-12 13:34:08 -08:00
parent 6700bb03ef
commit 780bb6fc71

View File

@ -32,8 +32,6 @@
// //
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
#pragma once
#include <stdafx.h> #include <stdafx.h>
#include "WindowUtil.h" #include "WindowUtil.h"
@ -52,4 +50,4 @@ namespace musik { namespace cube { namespace windowutil {
return false; return false;
} }
} } } } } }