mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-31 12:00:01 -07:00
Fix declarations of functions (#186)
Move file-scope functions to anonymous namespaces. Drop #pragma once from .cpp files
This commit is contained in:
parent
251578047f
commit
be31288187
8 changed files with 32 additions and 55 deletions
|
@ -1,8 +1,6 @@
|
|||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "pch.h"
|
||||
#include "TraceLogger.h"
|
||||
#include "NetworkManager.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue