]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
collision.h doesn't need winding.h anymore
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 30 Aug 2004 09:11:35 +0000 (09:11 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 30 Aug 2004 09:11:35 +0000 (09:11 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4402 d7cf8633-e32d-0410-b094-e92efae38249

collision.h

index 9b7748b63420cec0cca770541698a9e1ecfba11d..e2c8e6f2e70b6e2cddffb86d7745f30b1bbd8b5d 100644 (file)
@@ -2,8 +2,6 @@
 #ifndef COLLISION_H
 #define COLLISION_H
 
-#include "winding.h"
-
 typedef struct plane_s
 {
        vec3_t  normal;