summaryrefslogtreecommitdiff
path: root/ot_vector.h
diff options
context:
space:
mode:
authorerdgeist <>2007-12-03 00:52:05 +0000
committererdgeist <>2007-12-03 00:52:05 +0000
commitb0e4ebbbf2a3235077c6d607ef881b6791597087 (patch)
tree45812c7cfecef0979633e90fd4e8cf40518bcc8e /ot_vector.h
parent89f291566b850e86c379f485eec4a2dfea87c391 (diff)
Simplify includes
Diffstat (limited to 'ot_vector.h')
-rw-r--r--ot_vector.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ot_vector.h b/ot_vector.h
index 0f68488..ed235a3 100644
--- a/ot_vector.h
+++ b/ot_vector.h
@@ -4,8 +4,6 @@
4#ifndef __OT_VECTOR_H__ 4#ifndef __OT_VECTOR_H__
5#define __OT_VECTOR_H__ 5#define __OT_VECTOR_H__
6 6
7#include "trackerlogic.h"
8
9/* These defines control vectors behaviour */ 7/* These defines control vectors behaviour */
10#define OT_VECTOR_MIN_MEMBERS 4 8#define OT_VECTOR_MIN_MEMBERS 4
11#define OT_VECTOR_GROW_RATIO 8 9#define OT_VECTOR_GROW_RATIO 8