mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-14 10:36:50 -07:00
Replace old C headers with the C++ ones (#1099)
This commit is contained in:
parent
2d7133f5b7
commit
475aafdbc4
3 changed files with 3 additions and 3 deletions
|
@ -21,6 +21,6 @@
|
|||
#include <vector>
|
||||
#include <winerror.h>
|
||||
#include <iostream>
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
#include <random>
|
||||
#include <iomanip>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include <windows.h>
|
||||
#include <collection.h>
|
||||
#include <ppltasks.h>
|
||||
#include <assert.h>
|
||||
#include <cassert>
|
||||
#include <concrt.h>
|
||||
#include <string>
|
||||
#include <bitset>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <concrt.h>
|
||||
#include <future>
|
||||
#include <memory>
|
||||
#include <assert.h>
|
||||
#include <cassert>
|
||||
#include <functional>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue