diff options
Diffstat (limited to 'src/xselect.c')
| -rw-r--r-- | src/xselect.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xselect.c b/src/xselect.c index 9a7e6974cd9..9d178a50d7a 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -31,12 +31,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 31 | 31 | ||
| 32 | #include "lisp.h" | 32 | #include "lisp.h" |
| 33 | #include "xterm.h" /* for all of the X includes */ | 33 | #include "xterm.h" /* for all of the X includes */ |
| 34 | #include "dispextern.h" /* frame.h seems to want this */ | ||
| 35 | #include "frame.h" /* Need this to get the X window of selected_frame */ | 34 | #include "frame.h" /* Need this to get the X window of selected_frame */ |
| 36 | #include "blockinput.h" | 35 | #include "blockinput.h" |
| 37 | #include "character.h" | ||
| 38 | #include "buffer.h" | ||
| 39 | #include "process.h" | ||
| 40 | #include "termhooks.h" | 36 | #include "termhooks.h" |
| 41 | #include "keyboard.h" | 37 | #include "keyboard.h" |
| 42 | 38 | ||