Fix declarations of functions (#186)
Move file-scope functions to anonymous namespaces. Drop #pragma once from .cpp files
This commit is contained in:
committed by
Daniel Belcher
parent
251578047f
commit
be31288187
@@ -1,8 +1,6 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "pch.h"
|
||||
#include "CurrencyHttpClient.h"
|
||||
|
||||
|
Reference in New Issue
Block a user