David Rose 25 лет назад
Родитель
Сommit
11d54502a2

+ 0 - 1
panda/src/chancfg/chancfg.cxx

@@ -8,7 +8,6 @@
 #include <dconfig.h>
 #include <notify.h>
 #include <filename.h>
-#include <mathutil.h>
 #include <transformTransition.h>
 #include <camera.h>
 #include <graphicsChannel.h>

+ 0 - 1
panda/src/device/mouse.cxx

@@ -11,7 +11,6 @@
 #include <mouseData.h>
 #include <buttonHandle.h>
 #include <buttonEvent.h>
-#include <mathutil.h>
 
 ////////////////////////////////////////////////////////////////////
 // Static variables

+ 0 - 1
panda/src/light/ambientLight.cxx

@@ -8,7 +8,6 @@
 ////////////////////////////////////////////////////////////////////
 #include "ambientLight.h"
 
-#include <mathutil.h>
 #include <indent.h>
 
 ////////////////////////////////////////////////////////////////////

+ 0 - 1
panda/src/light/directionalLight.cxx

@@ -10,7 +10,6 @@
 #include "directionalLight.h"
 
 #include <perspectiveProjection.h>
-#include <mathutil.h>
 #include <indent.h>
 
 ////////////////////////////////////////////////////////////////////

+ 0 - 1
panda/src/light/spotlight.cxx

@@ -11,7 +11,6 @@
 #include "config_light.h"
 
 #include <renderRelation.h>
-#include <mathutil.h>
 #include <perspectiveProjection.h>
 #include <texture.h>
 #include <geomNode.h>

+ 0 - 1
panda/src/ribgsg/ribGraphicsStateGuardian.cxx

@@ -34,7 +34,6 @@
 #include <textureContext.h>
 #include <light.h>
 #include <get_rel_pos.h>
-#include <mathutil.h>
 #include <projection.h>
 #include <perspectiveProjection.h>
 #include <frustum.h>