From 7fee373ccd3332728a9835b944e1b987588aa018 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 28 Sep 2020 23:12:16 +0200 Subject: [PATCH] Remove a redundant #include. --- plocate-build.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/plocate-build.cpp b/plocate-build.cpp index 2f5e4f7..39263b7 100644 --- a/plocate-build.cpp +++ b/plocate-build.cpp @@ -15,8 +15,6 @@ #include #include -#define VINT_IN -#include "vint.h" #include "vp4.h" #define P4NENC_BOUND(n) ((n+127)/128+(n+32)*sizeof(uint32_t)) -- 2.39.2