1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-09-25 14:44:01 -04:00

Finish move of globals into input and random.

Remove globals.
This commit is contained in:
2013-10-10 12:33:13 +08:00
parent ceac004e30
commit 2fe2d9c153
32 changed files with 73 additions and 116 deletions

View File

@@ -19,7 +19,6 @@
#include "buffer.h"
#include "display.h"
#include "estruct.h"
#include "globals.h"
#include "input.h"
#include "line.h"
#include "random.h"