Browse Source

include luse.h, not lmatrix4.h

David Rose 18 years ago
parent
commit
7faa24c73d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/motiontrail/cMotionTrail.h

+ 1 - 1
direct/src/motiontrail/cMotionTrail.h

@@ -26,7 +26,7 @@
 #include "geomVertexData.h"
 #include "geomVertexData.h"
 #include "geomVertexWriter.h"
 #include "geomVertexWriter.h"
 #include "geomTriangles.h"
 #include "geomTriangles.h"
-#include "lmatrix4.h"
+#include "luse.h"
 #include "nurbsCurveEvaluator.h"
 #include "nurbsCurveEvaluator.h"
 
 
 #include <list>
 #include <list>