diff options
Diffstat (limited to 'src/undo.c')
-rw-r--r-- | src/undo.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/undo.c b/src/undo.c index 750bc8afff2..e0924b2b989 100644 --- a/src/undo.c +++ b/src/undo.c @@ -21,10 +21,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> #include "lisp.h" -#include "character.h" #include "buffer.h" -#include "commands.h" -#include "window.h" /* Last buffer for which undo information was recorded. */ /* BEWARE: This is not traced by the GC, so never dereference it! */ |