sys_timex: move inclusion of sys/timex.h to sysincl.h

It will be needed by privops.
This commit is contained in:
Miroslav Lichvar
2015-12-10 10:53:45 +01:00
parent 8e327bb0a3
commit d5bc4e92e6
2 changed files with 4 additions and 2 deletions

View File

@@ -27,8 +27,6 @@
#ifndef GOT_SYS_TIMEX_H
#define GOT_SYS_TIMEX_H
#include <sys/timex.h>
#include "localp.h"
extern void SYS_Timex_Initialise(void);