mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Common: Remove common.h
This commit is contained in:
		
							parent
							
								
									1bd1a13a02
								
							
						
					
					
						commit
						e1fbac3ca1
					
				
					 102 changed files with 147 additions and 97 deletions
				
			
		|  | @ -8,7 +8,6 @@ | |||
| #include <QWindow> | ||||
| #endif | ||||
| 
 | ||||
| #include "common/common.h" | ||||
| #include "bootmanager.h" | ||||
| #include "main.h" | ||||
| 
 | ||||
|  |  | |||
|  | @ -7,7 +7,6 @@ | |||
| #include <QThread> | ||||
| #include <QGLWidget> | ||||
| 
 | ||||
| #include "common/common.h" | ||||
| #include "common/emu_window.h" | ||||
| #include "common/thread.h" | ||||
| 
 | ||||
|  |  | |||
|  | @ -7,7 +7,6 @@ | |||
| #include "../bootmanager.h" | ||||
| #include "../hotkeys.h" | ||||
| 
 | ||||
| #include "common/common.h" | ||||
| #include "core/mem_map.h" | ||||
| 
 | ||||
| #include "core/core.h" | ||||
|  |  | |||
|  | @ -9,8 +9,8 @@ | |||
| 
 | ||||
| #include "ui_disassembler.h" | ||||
| 
 | ||||
| #include "common/common.h" | ||||
| #include "common/break_points.h" | ||||
| #include "common/common_types.h" | ||||
| 
 | ||||
| class QAction; | ||||
| class EmuThread; | ||||
|  |  | |||
|  | @ -8,6 +8,8 @@ | |||
| #include <QVBoxLayout> | ||||
| #include <QLabel> | ||||
| 
 | ||||
| #include "common/assert.h" | ||||
| 
 | ||||
| #include "graphics_breakpoints.h" | ||||
| #include "graphics_breakpoints_p.h" | ||||
| 
 | ||||
|  |  | |||
|  | @ -4,8 +4,9 @@ | |||
| 
 | ||||
| #include "ramview.h" | ||||
| 
 | ||||
| #include "common/common.h" | ||||
| #include "core/mem_map.h" | ||||
| 
 | ||||
| 
 | ||||
| GRamView::GRamView(QWidget* parent) : QHexEdit(parent) | ||||
| { | ||||
| } | ||||
|  |  | |||
|  | @ -10,7 +10,6 @@ | |||
| #include "qhexedit.h" | ||||
| #include "main.h" | ||||
| 
 | ||||
| #include "common/common.h" | ||||
| #include "common/logging/text_formatter.h" | ||||
| #include "common/logging/log.h" | ||||
| #include "common/logging/backend.h" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue