summaryrefslogtreecommitdiffstats
path: root/lib/qtime.h
diff options
context:
space:
mode:
authorChris Hall <chris.hall@highwayman.com>2010-12-21 11:12:30 +0000
committerChris Hall <chris.hall@highwayman.com>2010-12-21 11:12:30 +0000
commit121f2f888e02a28e7896f84dde019cb320f0b11d (patch)
tree99c3913759b80894b1cb83a508036223b9c98f5a /lib/qtime.h
parentd475a0f198f880595eb27e44008e5de3aad25d73 (diff)
downloadquagga-121f2f888e02a28e7896f84dde019cb320f0b11d.tar.bz2
quagga-121f2f888e02a28e7896f84dde019cb320f0b11d.tar.xz
Creation of pipework branch
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.
*