Code refactoring.

Replace globals with utils.

Conceptually, this globals has more utility functionalities.
This commit is contained in:
Hermet Park 2016-07-02 17:39:47 +09:00
parent e4896f1090
commit 36a2f9f917
4 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ enventor_SOURCES = \
newfile.c \
setting.c \
text_setting.c \
globals.c \
utils.c \
live_edit.c \
console.c \
file_mgr.c \

View File

@ -72,7 +72,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"
#include "menu.h"
#include "statusbar.h"
#include "config_data.h"
#include "globals.h"
#include "utils.h"
#include "tools.h"
#include "base_gui.h"
#include "search.h"