diff options
Diffstat (limited to 'src/atimer.h')
-rw-r--r-- | src/atimer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/atimer.h b/src/atimer.h index 8c4d732aa4e..b1017c8ec28 100644 --- a/src/atimer.h +++ b/src/atimer.h @@ -19,7 +19,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #ifndef EMACS_ATIMER_H #define EMACS_ATIMER_H -#include <stdbool.h> #include <time.h> /* Forward declaration. */ |