Pasaeta de "include-what-you-use" per arreglar els includes
Renombrats alguns fitxers per consistencia
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
#include "global_inputs.h"
|
||||
#include "section.h"
|
||||
#include "screen.h"
|
||||
#include "input.h"
|
||||
#include "lang.h"
|
||||
#include "options.h"
|
||||
#include <string> // for basic_string, operator+
|
||||
#include "input.h" // for Input, inputs_e, INPUT_DO_NOT_ALLOW_REPEAT
|
||||
#include "jail_audio.h" // for JA_EnableMusic, JA_EnableSound
|
||||
#include "lang.h" // for getText
|
||||
#include "options.h" // for options
|
||||
#include "screen.h" // for Screen
|
||||
#include "section.h" // for options_e, name, name_e, options
|
||||
#include "utils.h" // for op_audio_t, options_t, op_music_t, boolToOnOff
|
||||
|
||||
// Termina
|
||||
void quit(section::options_e code)
|
||||
|
||||
Reference in New Issue
Block a user