1
0
forked from 0ad/0ad

Removes using shared_ptr to make STL usages consistent.

Differential Revision: https://code.wildfiregames.com/D4005
This was SVN commit r25533.
This commit is contained in:
Vladislav Belov 2021-05-23 22:01:18 +00:00
parent c1f8e74717
commit 1e18a93302

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2020 Wildfire Games.
/* Copyright (C) 2021 Wildfire Games.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
@ -81,7 +81,6 @@ double __cdecl abs(double x); // not declared by mathimf
#include <array>
#include <memory>
using std::shared_ptr;
// (must come after boost and common lib headers, but before re-enabling
// warnings to avoid boost spew)