diff options
author | MerryMage <MerryMage@users.noreply.github.com> | 2016-04-05 13:29:55 +0100 |
---|---|---|
committer | MerryMage <MerryMage@users.noreply.github.com> | 2016-04-05 13:31:17 +0100 |
commit | a06dcfeb61d6769c562d6d50cfa3c0024176ae82 (patch) | |
tree | e1f81e5faebce62810ac079b8a6e616182c34959 /src/video_core/shader/shader.cpp | |
parent | b83e95727f95fa6fe35d436be3e821605244a6a8 (diff) |
Common: Remove Common::make_unique, use std::make_unique
Diffstat (limited to 'src/video_core/shader/shader.cpp')
-rw-r--r-- | src/video_core/shader/shader.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/shader/shader.cpp b/src/video_core/shader/shader.cpp index 509558fc00..045e7d5bde 100644 --- a/src/video_core/shader/shader.cpp +++ b/src/video_core/shader/shader.cpp @@ -8,7 +8,6 @@ #include <boost/range/algorithm/fill.hpp> #include "common/hash.h" -#include "common/make_unique.h" #include "common/microprofile.h" #include "common/profiler.h" |