Changeset - r27309:23e1257a2a63
[Not reviewed]
master
1 7 0
Rubidium - 13 months ago 2023-05-05 08:43:58
rubidium@openttd.org
Cleanup: remove obsolete string_compare_type
8 files changed with 0 insertions and 34 deletions:
0 comments (0 inline, 0 general)
src/ai/ai.hpp
Show inline comments
 
@@ -11,7 +11,6 @@
 
#define AI_HPP
 

	
 
#include "../script/api/script_event_types.hpp"
 
#include "../core/string_compare_type.hpp"
 
#include "ai_scanner.hpp"
 

	
 
/**
src/blitter/factory.hpp
Show inline comments
 
@@ -13,7 +13,6 @@
 
#include "base.hpp"
 
#include "../debug.h"
 
#include "../string_func.h"
 
#include "../core/string_compare_type.hpp"
 
#include <map>
 

	
 

	
src/core/CMakeLists.txt
Show inline comments
 
@@ -26,6 +26,5 @@ add_files(
 
    smallstack_type.hpp
 
    smallvec_type.hpp
 
    span_type.hpp
 
    string_compare_type.hpp
 
    strong_typedef_type.hpp
 
)
src/core/string_compare_type.hpp
Show inline comments
 
deleted file
src/driver.h
Show inline comments
 
@@ -11,7 +11,6 @@
 
#define DRIVER_H
 

	
 
#include "core/enum_type.hpp"
 
#include "core/string_compare_type.hpp"
 
#include "string_type.h"
 
#include <map>
 

	
src/game/game.hpp
Show inline comments
 
@@ -10,7 +10,6 @@
 
#ifndef GAME_HPP
 
#define GAME_HPP
 

	
 
#include "../core/string_compare_type.hpp"
 
#include "game_scanner.hpp"
 

	
 
#include "../script/api/script_event_types.hpp"
src/script/api/script_controller.hpp
Show inline comments
 
@@ -11,7 +11,6 @@
 
#define SCRIPT_CONTROLLER_HPP
 

	
 
#include "script_types.hpp"
 
#include "../../core/string_compare_type.hpp"
 
#include <map>
 

	
 
/**
src/script/script_config.hpp
Show inline comments
 
@@ -13,7 +13,6 @@
 
#include <map>
 
#include <list>
 
#include "../core/smallmap_type.hpp"
 
#include "../core/string_compare_type.hpp"
 
#include "../company_type.h"
 
#include "../textfile_gui.h"
 
#include "script_instance.hpp"
0 comments (0 inline, 0 general)