[vlc-commits] packetizer: av1: drop unused include
    Tristan Matthews 
    git at videolan.org
       
    Mon Oct  1 17:27:42 CEST 2018
    
    
  
vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Mon Oct  1 11:26:39 2018 -0400| [4e3b0acd2c0348a38d5dbda978547d259702c9f6] | committer: Tristan Matthews
packetizer: av1: drop unused include
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4e3b0acd2c0348a38d5dbda978547d259702c9f6
---
 modules/packetizer/av1.c | 2 --
 1 file changed, 2 deletions(-)
diff --git a/modules/packetizer/av1.c b/modules/packetizer/av1.c
index d303277c3b..1a1f44741b 100644
--- a/modules/packetizer/av1.c
+++ b/modules/packetizer/av1.c
@@ -37,8 +37,6 @@
 #include "av1.h"
 #include "av1_obu.h"
 
-#include <limits.h>
-
 //#define DEBUG_AV1_PACKETIZER
 
 /****************************************************************************
    
    
More information about the vlc-commits
mailing list