From caee37ef9c272230a29237ced8d3e5f9ad17aa5a Mon Sep 17 00:00:00 2001 From: Zaggy1024 Date: Sat, 8 Oct 2022 21:04:39 -0500 Subject: [PATCH] LibVideo: Remove headers from CMakeLists.txt --- Userland/Libraries/LibVideo/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Userland/Libraries/LibVideo/CMakeLists.txt b/Userland/Libraries/LibVideo/CMakeLists.txt index 5e07b893f3..293a106d77 100644 --- a/Userland/Libraries/LibVideo/CMakeLists.txt +++ b/Userland/Libraries/LibVideo/CMakeLists.txt @@ -1,14 +1,10 @@ set(SOURCES - MatroskaDocument.h MatroskaReader.cpp VP9/BitStream.cpp VP9/Decoder.cpp - VP9/Enums.h - VP9/LookupTables.h VP9/MV.cpp VP9/Parser.cpp VP9/ProbabilityTables.cpp - VP9/Symbols.h VP9/SyntaxElementCounter.cpp VP9/TreeParser.cpp VP9/Utilities.cpp