mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 21:02:44 +00:00 
			
		
		
		
	 944e5cfb35
			
		
	
	
		944e5cfb35
		
	
	
	
	
		
			
			Remove superfluous includes from IPCCompiler's generated output and add include directives in IPC definitions where appropriate.
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			250 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			250 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #include <LibCore/AnonymousBuffer.h>
 | |
| #include <LibGfx/ShareableBitmap.h>
 | |
| 
 | |
| endpoint ImageDecoderServer
 | |
| {
 | |
|     decode_image(Core::AnonymousBuffer data) => (bool is_animated, u32 loop_count, Vector<Gfx::ShareableBitmap> bitmaps, Vector<u32> durations)
 | |
| }
 |