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/>. */ | |||
| 21 | #include <config.h> | 21 | #include <config.h> |
| 22 | 22 | ||
| 23 | #include "lisp.h" | 23 | #include "lisp.h" |
| 24 | #include "character.h" | ||
| 25 | #include "buffer.h" | 24 | #include "buffer.h" |
| 26 | #include "commands.h" | ||
| 27 | #include "window.h" | ||
| 28 | 25 | ||
| 29 | /* Last buffer for which undo information was recorded. */ | 26 | /* Last buffer for which undo information was recorded. */ |
| 30 | /* BEWARE: This is not traced by the GC, so never dereference it! */ | 27 | /* BEWARE: This is not traced by the GC, so never dereference it! */ |