mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 19:31:02 -08:00
Include config.h, not ../src/config.h and systime.h, not ../src/systime.h.
This commit is contained in:
parent
b0fbf75422
commit
f98d41f520
2 changed files with 7 additions and 2 deletions
|
|
@ -30,9 +30,9 @@ Boston, MA 02111-1307, USA. */
|
|||
** abstraction : a stopwatch
|
||||
** operations: reset_watch, get_time
|
||||
*/
|
||||
#include <../src/config.h>
|
||||
#include <config.h>
|
||||
#include <stdio.h>
|
||||
#include <../src/systime.h>
|
||||
#include <systime.h>
|
||||
|
||||
static EMACS_TIME TV1, TV2;
|
||||
static int watch_not_started = 1; /* flag */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue