From 84281bdc44ea42e110efd256cdcdd37a84276204 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 26 Dec 2011 21:35:57 +0000 Subject: major header cleanup --- Vector.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'Vector.c') diff --git a/Vector.c b/Vector.c index e4d5d5c5..70f8afcd 100644 --- a/Vector.c +++ b/Vector.c @@ -1,20 +1,21 @@ /* -htop +htop - Vector.c (C) 2004-2011 Hisham H. Muhammad Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ #include "Vector.h" -#include "Object.h" -#include -#include -#include #include "debug.h" + #include +#include +#include +#include /*{ +#include "Object.h" #define swap(a_,x_,y_) do{ void* tmp_ = a_[x_]; a_[x_] = a_[y_]; a_[y_] = tmp_; }while(0) -- cgit v1.2.3