16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 03:09:18 +02:00

maintenance: minor code tweaks

This commit is contained in:
tmj-fstate
2019-08-20 12:40:55 +02:00
parent 4dddf2dc45
commit 07d43956af
6 changed files with 11 additions and 7 deletions

View File

@@ -29,12 +29,12 @@
#include <strsafe.h>
#endif
// stl
#define _USE_MATH_DEFINES
#include <cmath>
#include <cstddef>
#include <cstdlib>
#include <cstdio>
#include <cassert>
#define _USE_MATH_DEFINES
#include <cmath>
#include <cstdint>
#include <iostream>
#include <iomanip>