Unnecessary includes.

This commit is contained in:
Steve Checkoway
2008-12-23 02:46:50 +00:00
parent 264121edb8
commit c4b751ef02
-4
View File
@@ -7,10 +7,6 @@
#include "global.h"
#include "RageMath.h"
#include "RageTypes.h"
#include "RageUtil.h"
#include "RageDisplay.h"
#include "RageLog.h"
#include "arch/Dialog/Dialog.h"
#include <float.h>
void RageVec3ClearBounds( RageVector3 &mins, RageVector3 &maxs )