mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Move <iterator> include to PCHs
This commit is contained in:
parent
1518c613ff
commit
c27f7a0a3c
6 changed files with 2 additions and 9 deletions
|
@ -16,8 +16,6 @@
|
|||
#include "Header Files/CalcEngine.h"
|
||||
#include "Header Files/CalcUtils.h"
|
||||
|
||||
#include <iterator>
|
||||
|
||||
#define IDC_RADSIN IDC_UNARYLAST+1
|
||||
#define IDC_RADCOS IDC_UNARYLAST+2
|
||||
#define IDC_RADTAN IDC_UNARYLAST+3
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
#include "pch.h"
|
||||
#include "Header Files/CalcEngine.h"
|
||||
|
||||
#include <iterator>
|
||||
|
||||
using namespace CalcEngine;
|
||||
using namespace CalcEngine::RationalMath;
|
||||
using namespace std;
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
#include <winerror.h>
|
||||
#include <sstream>
|
||||
#include <iostream>
|
||||
#include <iterator>
|
||||
#include <string>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
|
|
@ -6,8 +6,6 @@
|
|||
#include "Common/TraceLogger.h"
|
||||
#include "Common/LocalizationSettings.h"
|
||||
|
||||
#include <iterator>
|
||||
|
||||
using namespace std;
|
||||
using namespace concurrency;
|
||||
using namespace CalculatorApp;
|
||||
|
|
|
@ -9,8 +9,6 @@
|
|||
#include "Common/CopyPasteManager.h"
|
||||
#include "Common/TraceLogger.h"
|
||||
|
||||
#include <iterator>
|
||||
|
||||
using namespace CalculatorApp;
|
||||
using namespace CalculatorApp::Common;
|
||||
using namespace CalculatorApp::Common::Automation;
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <sstream>
|
||||
#include <concrt.h>
|
||||
#include <regex>
|
||||
|
||||
#include <iterator>
|
||||
// C++\WinRT Headers
|
||||
#include "winrt/base.h"
|
||||
#include "winrt/Windows.Foundation.Diagnostics.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue