video_core/shader/shader: Remove include cinttypes

This commit is contained in:
Daniel Lim Wee Soong 2018-03-28 22:40:16 +08:00
parent 730f8a4103
commit 98760336be

View file

@ -2,7 +2,6 @@
// Licensed under GPLv2 or any later version // Licensed under GPLv2 or any later version
// Refer to the license.txt file included. // Refer to the license.txt file included.
#include <cinttypes>
#include <cmath> #include <cmath>
#include <cstring> #include <cstring>
#include "common/bit_set.h" #include "common/bit_set.h"