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

Remove edef.h, obsoleted by globals.h.

This commit is contained in:
2013-10-09 13:43:32 +08:00
parent cfd92b066c
commit 80256bdd6d
30 changed files with 85 additions and 95 deletions

View File

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