[Base] Quantity, Rotation, Stream: remove unused includes

This commit is contained in:
Uwe
2022-02-28 01:09:13 +01:00
parent 192a399b42
commit 686a025416
10 changed files with 15 additions and 31 deletions

View File

@@ -32,11 +32,9 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* **********************************************************************/
// #pragma once is supported starting with _MCS_VER 1000,
// so we need not to check the version (because we only support _MSC_VER >= 1100)!
#pragma once
#include <Windows.h>
#ifndef FC_GLOBAL_H
#include <FCGlobal.h>
#endif