]> git.sesse.net Git - plocate/commitdiff
Remove a redundant #include.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Mon, 28 Sep 2020 21:12:16 +0000 (23:12 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Mon, 28 Sep 2020 21:12:16 +0000 (23:12 +0200)
plocate-build.cpp

index 2f5e4f7d08d891dc36ca0973201b7efbcca64d43..39263b7aaaf62a36f9a013d816d9c17032991748 100644 (file)
@@ -15,8 +15,6 @@
 #include <sys/stat.h>
 #include <zstd.h>
 
-#define VINT_IN
-#include "vint.h"
 #include "vp4.h"
 
 #define P4NENC_BOUND(n) ((n+127)/128+(n+32)*sizeof(uint32_t))