From 3813d5dbd2a140bca330ea2aed9c5fa7e7baabbf Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 28 Jan 2007 22:27:25 +0000 Subject: [PATCH] Remove unneeded header and comment. --- stepmania/src/archutils/Darwin/VectorHelper.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/stepmania/src/archutils/Darwin/VectorHelper.h b/stepmania/src/archutils/Darwin/VectorHelper.h index 049c76d5ab..c3d9b541d6 100644 --- a/stepmania/src/archutils/Darwin/VectorHelper.h +++ b/stepmania/src/archutils/Darwin/VectorHelper.h @@ -1,14 +1,10 @@ #ifndef VECTOR_HELPER_H #define VECTOR_HELPER_H -#include - #if ( defined(__VEC__) || (defined(__SSE__) && defined(__SSE2__)) ) && defined(__GNUC__) namespace Vector { bool CheckForVector(); - - // Dest and src need only natural alignment for their types. void FastSoundWrite( float *dest, const float *src, unsigned size ); } #define USE_VEC