mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	Cleanup: remove superfluous includes from core/divelist.c
Most of these haven't been used in a long time. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
		
							parent
							
								
									88c7de65fa
								
							
						
					
					
						commit
						ae753f4c4d
					
				
					 1 changed files with 1 additions and 11 deletions
				
			
		| 
						 | 
					@ -1,23 +1,13 @@
 | 
				
			||||||
// SPDX-License-Identifier: GPL-2.0
 | 
					// SPDX-License-Identifier: GPL-2.0
 | 
				
			||||||
/* divelist.c */
 | 
					/* divelist.c */
 | 
				
			||||||
#include <unistd.h>
 | 
					 | 
				
			||||||
#include <stdio.h>
 | 
					 | 
				
			||||||
#include <stdlib.h>
 | 
					 | 
				
			||||||
#include <string.h>
 | 
					 | 
				
			||||||
#include <time.h>
 | 
					 | 
				
			||||||
#include <math.h>
 | 
					 | 
				
			||||||
#include "gettext.h"
 | 
					 | 
				
			||||||
#include <assert.h>
 | 
					 | 
				
			||||||
#include <zip.h>
 | 
					 | 
				
			||||||
#include <libxslt/transform.h>
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "subsurface-string.h"
 | 
					#include "subsurface-string.h"
 | 
				
			||||||
#include "deco.h"
 | 
					#include "deco.h"
 | 
				
			||||||
#include "divesite.h"
 | 
					#include "divesite.h"
 | 
				
			||||||
#include "divelist.h"
 | 
					#include "divelist.h"
 | 
				
			||||||
#include "display.h"
 | 
					 | 
				
			||||||
#include "planner.h"
 | 
					#include "planner.h"
 | 
				
			||||||
#include "qthelper.h"
 | 
					#include "qthelper.h"
 | 
				
			||||||
 | 
					#include "gettext.h"
 | 
				
			||||||
#include "git-access.h"
 | 
					#include "git-access.h"
 | 
				
			||||||
#include "selection.h"
 | 
					#include "selection.h"
 | 
				
			||||||
#include "table.h"
 | 
					#include "table.h"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue