aboutsummaryrefslogtreecommitdiffstats
path: root/src/atimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/atimer.h')
-rw-r--r--src/atimer.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/atimer.h b/src/atimer.h
index e0f81a51d9a..c2245d30e6b 100644
--- a/src/atimer.h
+++ b/src/atimer.h
@@ -20,13 +20,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
20#ifndef EMACS_ATIMER_H 20#ifndef EMACS_ATIMER_H
21#define EMACS_ATIMER_H 21#define EMACS_ATIMER_H
22 22
23/* Declare the prototype for a general external function. */
24#if defined (PROTOTYPES) || defined (WINDOWSNT)
25#define P_(proto) proto
26#else
27#define P_(proto) ()
28#endif
29
30#include "systime.h" /* for EMACS_TIME */ 23#include "systime.h" /* for EMACS_TIME */
31 24
32/* Forward declaration. */ 25/* Forward declaration. */