(svn r11834) -Codechange: only include settings_type.h if needed.
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
#ifndef VARIABLES_H
|
||||
#define VARIABLES_H
|
||||
|
||||
#include "settings_type.h"
|
||||
#include "tile_type.h"
|
||||
#include "strings_type.h"
|
||||
|
||||
@@ -79,8 +78,6 @@ VARDEF int _autosave_ctr;
|
||||
|
||||
VARDEF byte _display_opt;
|
||||
VARDEF int _caret_timer;
|
||||
VARDEF uint32 _news_display_opt;
|
||||
VARDEF bool _news_ticker_sound;
|
||||
|
||||
VARDEF StringID _error_message;
|
||||
|
||||
|
Reference in New Issue
Block a user