diff --git a/edit/ChangeLog b/edit/ChangeLog index 39abdb38c..ba1e7497b 100644 --- a/edit/ChangeLog +++ b/edit/ChangeLog @@ -1,3 +1,7 @@ +2002-08-01 Pavel Roskin + + * edit.h: Don't include mad.h. + 2002-07-29 Andrew V. Samoilov * edit.h (edit_get_load_file): Mark message for translation. diff --git a/edit/edit.h b/edit/edit.h index d1bdc8f41..a57c66ede 100644 --- a/edit/edit.h +++ b/edit/edit.h @@ -53,7 +53,6 @@ #include "src/global.h" #include "src/tty.h" #include "src/main.h" /* for char *shell */ -#include "src/mad.h" #include "src/dlg.h" #include "src/widget.h" #include "src/color.h"