mirror of
				https://github.com/TES3MP/openmw-tes3mp.git
				synced 2025-11-04 04:26:45 +00:00 
			
		
		
		
	Edit: remove unused include
This commit is contained in:
		
							parent
							
								
									37a4b2a103
								
							
						
					
					
						commit
						c7c2e90392
					
				
					 3 changed files with 0 additions and 11 deletions
				
			
		| 
						 | 
					@ -9,7 +9,6 @@
 | 
				
			||||||
#include <components/settings/settings.hpp>
 | 
					#include <components/settings/settings.hpp>
 | 
				
			||||||
#include <components/version/version.hpp>
 | 
					#include <components/version/version.hpp>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <components/openmw-mp/ErrorMessages.hpp>
 | 
					 | 
				
			||||||
#include <components/openmw-mp/TimedLog.hpp>
 | 
					#include <components/openmw-mp/TimedLog.hpp>
 | 
				
			||||||
#include <components/openmw-mp/NetworkMessages.hpp>
 | 
					#include <components/openmw-mp/NetworkMessages.hpp>
 | 
				
			||||||
#include <components/openmw-mp/Utils.hpp>
 | 
					#include <components/openmw-mp/Utils.hpp>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -36,7 +36,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    Include additional headers for multiplayer purposes
 | 
					    Include additional headers for multiplayer purposes
 | 
				
			||||||
*/
 | 
					*/
 | 
				
			||||||
#include <components/openmw-mp/ErrorMessages.hpp>
 | 
					 | 
				
			||||||
#include <components/openmw-mp/TimedLog.hpp>
 | 
					#include <components/openmw-mp/TimedLog.hpp>
 | 
				
			||||||
#include <components/openmw-mp/Utils.hpp>
 | 
					#include <components/openmw-mp/Utils.hpp>
 | 
				
			||||||
#include <components/openmw-mp/Version.hpp>
 | 
					#include <components/openmw-mp/Version.hpp>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,9 +0,0 @@
 | 
				
			||||||
#ifndef OPENMW_ERRORMESSAGES_HPP
 | 
					 | 
				
			||||||
#define OPENMW_ERRORMESSAGES_HPP
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#define TES3MP_CREDITS_ERROR ("To respect the hard work that has gone into creating TES3MP, you are\n"\
 | 
					 | 
				
			||||||
    "required to keep an unmodified tes3mp-credits file corresponding to this\n"\
 | 
					 | 
				
			||||||
    "version of the code in the same folder as this executable. It can have either\n"\
 | 
					 | 
				
			||||||
    "an .md or a .txt extension.")
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#endif //OPENMW_ERRORMESSAGES_HPP
 | 
					 | 
				
			||||||
		Loading…
	
		Reference in a new issue