video_core/shader/shader: Remove include cinttypes
This commit is contained in:
parent
730f8a4103
commit
98760336be
|
@ -2,7 +2,6 @@
|
|||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include <cinttypes>
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
#include "common/bit_set.h"
|
||||
|
|
Reference in New Issue