Drop unnecessary golomb.h #includes
This commit is contained in:
		
							parent
							
								
									197ae68e78
								
							
						
					
					
						commit
						4f81f8dba7
					
				@ -30,7 +30,6 @@
 | 
				
			|||||||
#include "avcodec.h"
 | 
					#include "avcodec.h"
 | 
				
			||||||
#include "put_bits.h"
 | 
					#include "put_bits.h"
 | 
				
			||||||
#include "rangecoder.h"
 | 
					#include "rangecoder.h"
 | 
				
			||||||
#include "golomb.h"
 | 
					 | 
				
			||||||
#include "mathops.h"
 | 
					#include "mathops.h"
 | 
				
			||||||
#include "ffv1.h"
 | 
					#include "ffv1.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -38,7 +38,6 @@
 | 
				
			|||||||
#include "h264.h"
 | 
					#include "h264.h"
 | 
				
			||||||
#include "h264data.h"
 | 
					#include "h264data.h"
 | 
				
			||||||
#include "h264_mvpred.h"
 | 
					#include "h264_mvpred.h"
 | 
				
			||||||
#include "golomb.h"
 | 
					 | 
				
			||||||
#include "mpegutils.h"
 | 
					#include "mpegutils.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if ARCH_X86
 | 
					#if ARCH_X86
 | 
				
			||||||
 | 
				
			|||||||
@ -37,7 +37,6 @@
 | 
				
			|||||||
#include "h264data.h"
 | 
					#include "h264data.h"
 | 
				
			||||||
#include "h264chroma.h"
 | 
					#include "h264chroma.h"
 | 
				
			||||||
#include "h264_mvpred.h"
 | 
					#include "h264_mvpred.h"
 | 
				
			||||||
#include "golomb.h"
 | 
					 | 
				
			||||||
#include "mathops.h"
 | 
					#include "mathops.h"
 | 
				
			||||||
#include "mpegutils.h"
 | 
					#include "mpegutils.h"
 | 
				
			||||||
#include "rectangle.h"
 | 
					#include "rectangle.h"
 | 
				
			||||||
 | 
				
			|||||||
@ -26,7 +26,6 @@
 | 
				
			|||||||
#include "libavutil/internal.h"
 | 
					#include "libavutil/internal.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "cabac_functions.h"
 | 
					#include "cabac_functions.h"
 | 
				
			||||||
#include "golomb.h"
 | 
					 | 
				
			||||||
#include "hevc.h"
 | 
					#include "hevc.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define LUMA 0
 | 
					#define LUMA 0
 | 
				
			||||||
 | 
				
			|||||||
@ -26,7 +26,6 @@
 | 
				
			|||||||
#include "bytestream.h"
 | 
					#include "bytestream.h"
 | 
				
			||||||
#include "fft.h"
 | 
					#include "fft.h"
 | 
				
			||||||
#include "get_bits.h"
 | 
					#include "get_bits.h"
 | 
				
			||||||
#include "golomb.h"
 | 
					 | 
				
			||||||
#include "internal.h"
 | 
					#include "internal.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "on2avcdata.h"
 | 
					#include "on2avcdata.h"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user