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

Move standard includes of stdlib and string from edef.h.

This commit is contained in:
2013-10-09 09:43:15 +08:00
parent bdeba62fcb
commit dc3e8984ab
20 changed files with 35 additions and 4 deletions

View File

@@ -14,6 +14,7 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include "buffer.h"
#include "display.h"