summaryrefslogtreecommitdiffstats
path: root/lib/qtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/qtime.h')
-rw-r--r--lib/qtime.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/qtime.h b/lib/qtime.h
index 35e1a51b..38e9ac1a 100644
--- a/lib/qtime.h
+++ b/lib/qtime.h
@@ -22,7 +22,7 @@
#ifndef _ZEBRA_QTIME_H
#define _ZEBRA_QTIME_H
-#include <stdint.h>
+#include "misc.h"
#include <stdlib.h>
#include <time.h>
#include <sys/time.h>
@@ -31,10 +31,6 @@
#include "zassert.h"
#include "config.h"
-#ifndef Inline
-#define Inline static inline
-#endif
-
/*==============================================================================
* qtime_t -- signed 64-bit integer.
*