diff options
Diffstat (limited to 'src/process.c')
-rw-r--r-- | src/process.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/process.c b/src/process.c index 55f31a02673..dc93b86cee2 100644 --- a/src/process.c +++ b/src/process.c @@ -103,13 +103,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include "coding.h" #include "process.h" #include "frame.h" -#include "termhooks.h" #include "termopts.h" -#include "commands.h" #include "keyboard.h" #include "blockinput.h" -#include "dispextern.h" -#include "composite.h" #include "atimer.h" #include "sysselect.h" #include "syssignal.h" |