libavfilter/glslang: Remove unused header

The <glslang/Include/revision.h> include was not used, and revision.h has
been removed from glslang master.
See: https://github.com/KhronosGroup/glslang/pull/2277
This commit is contained in:
Ben Clayton 2020-07-10 16:53:12 +01:00 committed by Lynne
parent 6f84e92172
commit 4dab04622a
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ extern "C" {
}
#include <glslang/Include/ResourceLimits.h>
#include <glslang/Include/revision.h>
#include <glslang/Public/ShaderLang.h>
#include <glslang/SPIRV/GlslangToSpv.h>