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
|
// 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"
|
||||||
|
|
Reference in New Issue