diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 504d477494b..c8cbaa25698 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -33,8 +33,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 33 | #include "intervals.h" | 33 | #include "intervals.h" |
| 34 | #include "window.h" | 34 | #include "window.h" |
| 35 | #include "commands.h" | 35 | #include "commands.h" |
| 36 | #include "buffer.h" | ||
| 37 | #include "character.h" | 36 | #include "character.h" |
| 37 | #include "buffer.h" | ||
| 38 | #include "region-cache.h" | 38 | #include "region-cache.h" |
| 39 | #include "indent.h" | 39 | #include "indent.h" |
| 40 | #include "blockinput.h" | 40 | #include "blockinput.h" |