Selaa lähdekoodia

fix build breaks

David Rose 24 vuotta sitten
vanhempi
sitoutus
8b6c163e1b
49 muutettua tiedostoa jossa 176 lisäystä ja 123 poistoa
  1. 6 5
      pandatool/src/egg-palettize/eggPalettize.cxx
  2. 1 0
      pandatool/src/eggbase/eggReader.cxx
  3. 9 8
      pandatool/src/eggcharbase/eggCharacterCollection.cxx
  4. 4 3
      pandatool/src/eggcharbase/eggJointData.cxx
  5. 4 3
      pandatool/src/eggcharbase/eggJointNodePointer.cxx
  6. 3 2
      pandatool/src/eggcharbase/eggMatrixTablePointer.cxx
  7. 7 6
      pandatool/src/eggprogs/eggTopstrip.cxx
  8. 2 0
      pandatool/src/flt/fltBead.cxx
  9. 7 4
      pandatool/src/flt/fltHeader.h
  10. 3 2
      pandatool/src/flt/fltRecord.cxx
  11. 3 2
      pandatool/src/flt/fltRecordWriter.h
  12. 21 20
      pandatool/src/fltegg/fltToEggConverter.cxx
  13. 6 5
      pandatool/src/fltprogs/fltCopy.cxx
  14. 2 1
      pandatool/src/lwo/lwoBoundingBox.cxx
  15. 3 1
      pandatool/src/lwo/lwoDiscontinuousVertexMap.cxx
  16. 2 1
      pandatool/src/lwo/lwoHeader.cxx
  17. 2 1
      pandatool/src/lwo/lwoLayer.cxx
  18. 2 1
      pandatool/src/lwo/lwoPoints.cxx
  19. 2 1
      pandatool/src/lwo/lwoPolygonTags.cxx
  20. 2 1
      pandatool/src/lwo/lwoPolygons.cxx
  21. 2 1
      pandatool/src/lwo/lwoStillImage.cxx
  22. 2 1
      pandatool/src/lwo/lwoSurfaceBlock.cxx
  23. 2 1
      pandatool/src/lwo/lwoSurfaceBlockAxis.cxx
  24. 2 1
      pandatool/src/lwo/lwoSurfaceBlockChannel.cxx
  25. 2 1
      pandatool/src/lwo/lwoSurfaceBlockCoordSys.cxx
  26. 2 1
      pandatool/src/lwo/lwoSurfaceBlockEnabled.cxx
  27. 2 1
      pandatool/src/lwo/lwoSurfaceBlockHeader.cxx
  28. 2 1
      pandatool/src/lwo/lwoSurfaceBlockImage.cxx
  29. 2 1
      pandatool/src/lwo/lwoSurfaceBlockOpacity.cxx
  30. 2 1
      pandatool/src/lwo/lwoSurfaceBlockProjection.cxx
  31. 2 1
      pandatool/src/lwo/lwoSurfaceBlockRefObj.cxx
  32. 2 1
      pandatool/src/lwo/lwoSurfaceBlockRepeat.cxx
  33. 2 1
      pandatool/src/lwo/lwoSurfaceBlockTMap.cxx
  34. 2 1
      pandatool/src/lwo/lwoSurfaceBlockTransform.cxx
  35. 2 1
      pandatool/src/lwo/lwoSurfaceBlockVMapName.cxx
  36. 2 1
      pandatool/src/lwo/lwoSurfaceBlockWrap.cxx
  37. 2 1
      pandatool/src/lwo/lwoSurfaceColor.cxx
  38. 2 1
      pandatool/src/lwo/lwoSurfaceParameter.cxx
  39. 2 1
      pandatool/src/lwo/lwoSurfaceSidedness.cxx
  40. 3 2
      pandatool/src/lwo/lwoSurfaceSmoothingAngle.cxx
  41. 2 1
      pandatool/src/lwo/lwoTags.cxx
  42. 2 1
      pandatool/src/lwo/lwoVertexMap.cxx
  43. 3 2
      pandatool/src/lwoegg/cLwoClip.cxx
  44. 9 8
      pandatool/src/lwoegg/cLwoSurface.cxx
  45. 6 5
      pandatool/src/lwoegg/cLwoSurfaceBlock.cxx
  46. 4 3
      pandatool/src/lwoegg/cLwoSurfaceBlockTMap.cxx
  47. 12 11
      pandatool/src/lwoegg/lwoToEggConverter.cxx
  48. 5 4
      pandatool/src/pstatserver/pStatView.cxx
  49. 1 0
      pandatool/src/xfile/xFileToEggConverter.cxx

+ 6 - 5
pandatool/src/egg-palettize/eggPalettize.cxx

@@ -22,11 +22,12 @@
 #include "pal_string_utils.h"
 #include "pal_string_utils.h"
 #include "filenameUnifier.h"
 #include "filenameUnifier.h"
 
 
-#include <eggData.h>
-#include <bamFile.h>
-#include <notify.h>
-#include <notifyCategory.h>
-#include <notifySeverity.h>
+#include "dcast.h"
+#include "eggData.h"
+#include "bamFile.h"
+#include "notify.h"
+#include "notifyCategory.h"
+#include "notifySeverity.h"
 
 
 #include <stdio.h>
 #include <stdio.h>
 
 

+ 1 - 0
pandatool/src/eggbase/eggReader.cxx

@@ -25,6 +25,7 @@
 #include "eggGroupNode.h"
 #include "eggGroupNode.h"
 #include "eggSwitchCondition.h"
 #include "eggSwitchCondition.h"
 #include "string_utils.h"
 #include "string_utils.h"
+#include "dcast.h"
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 //     Function: EggReader::Constructor
 //     Function: EggReader::Constructor

+ 9 - 8
pandatool/src/eggcharbase/eggCharacterCollection.cxx

@@ -21,14 +21,15 @@
 #include "eggJointData.h"
 #include "eggJointData.h"
 #include "eggSliderData.h"
 #include "eggSliderData.h"
 
 
-#include <eggGroup.h>
-#include <eggTable.h>
-#include <eggPrimitive.h>
-#include <eggVertex.h>
-#include <eggMorphList.h>
-#include <eggSAnimData.h>
-#include <indirectCompareNames.h>
-#include <indent.h>
+#include "dcast.h"
+#include "eggGroup.h"
+#include "eggTable.h"
+#include "eggPrimitive.h"
+#include "eggVertex.h"
+#include "eggMorphList.h"
+#include "eggSAnimData.h"
+#include "indirectCompareNames.h"
+#include "indent.h"
 
 
 #include <algorithm>
 #include <algorithm>
 
 

+ 4 - 3
pandatool/src/eggcharbase/eggJointData.cxx

@@ -20,9 +20,10 @@
 #include "eggJointNodePointer.h"
 #include "eggJointNodePointer.h"
 #include "eggMatrixTablePointer.h"
 #include "eggMatrixTablePointer.h"
 
 
-#include <eggGroup.h>
-#include <eggTable.h>
-#include <indent.h>
+#include "dcast.h"
+#include "eggGroup.h"
+#include "eggTable.h"
+#include "indent.h"
 
 
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////

+ 4 - 3
pandatool/src/eggcharbase/eggJointNodePointer.cxx

@@ -18,9 +18,10 @@
 
 
 #include "eggJointNodePointer.h"
 #include "eggJointNodePointer.h"
 
 
-#include <eggObject.h>
-#include <eggGroup.h>
-#include <pointerTo.h>
+#include "dcast.h"
+#include "eggObject.h"
+#include "eggGroup.h"
+#include "pointerTo.h"
 
 
 
 
 TypeHandle EggJointNodePointer::_type_handle;
 TypeHandle EggJointNodePointer::_type_handle;

+ 3 - 2
pandatool/src/eggcharbase/eggMatrixTablePointer.cxx

@@ -18,8 +18,9 @@
 
 
 #include "eggMatrixTablePointer.h"
 #include "eggMatrixTablePointer.h"
 
 
-#include <eggXfmAnimData.h>
-#include <eggXfmSAnim.h>
+#include "dcast.h"
+#include "eggXfmAnimData.h"
+#include "eggXfmSAnim.h"
 
 
 TypeHandle EggMatrixTablePointer::_type_handle;
 TypeHandle EggMatrixTablePointer::_type_handle;
 
 

+ 7 - 6
pandatool/src/eggprogs/eggTopstrip.cxx

@@ -18,12 +18,13 @@
 
 
 #include "eggTopstrip.h"
 #include "eggTopstrip.h"
 
 
-#include <eggJointData.h>
-#include <eggCharacterCollection.h>
-#include <eggCharacterData.h>
-#include <eggJointPointer.h>
-#include <eggTable.h>
-#include <compose_matrix.h>
+#include "dcast.h"
+#include "eggJointData.h"
+#include "eggCharacterCollection.h"
+#include "eggCharacterData.h"
+#include "eggJointPointer.h"
+#include "eggTable.h"
+#include "compose_matrix.h"
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 //     Function: EggTopstrip::Constructor
 //     Function: EggTopstrip::Constructor

+ 2 - 0
pandatool/src/flt/fltBead.cxx

@@ -28,6 +28,8 @@
 #include "fltTransformRotateScale.h"
 #include "fltTransformRotateScale.h"
 #include "config_flt.h"
 #include "config_flt.h"
 
 
+#include "dcast.h"
+
 #include <assert.h>
 #include <assert.h>
 
 
 TypeHandle FltBead::_type_handle;
 TypeHandle FltBead::_type_handle;

+ 7 - 4
pandatool/src/flt/fltHeader.h

@@ -19,7 +19,7 @@
 #ifndef FLTHEADER_H
 #ifndef FLTHEADER_H
 #define FLTHEADER_H
 #define FLTHEADER_H
 
 
-#include <pandatoolbase.h>
+#include "pandatoolbase.h"
 
 
 #include "fltBeadID.h"
 #include "fltBeadID.h"
 #include "fltVertex.h"
 #include "fltVertex.h"
@@ -30,9 +30,12 @@
 #include "fltTrackplane.h"
 #include "fltTrackplane.h"
 #include "fltInstanceDefinition.h"
 #include "fltInstanceDefinition.h"
 
 
-#include <filename.h>
-#include <dSearchPath.h>
-#include <distanceUnit.h>
+#include "filename.h"
+#include "dSearchPath.h"
+#include "distanceUnit.h"
+#include "pvector.h"
+#include "pset.h"
+#include "pmap.h"
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 //       Class : FltHeader
 //       Class : FltHeader

+ 3 - 2
pandatool/src/flt/fltRecord.cxx

@@ -35,8 +35,9 @@
 #include "fltExternalReference.h"
 #include "fltExternalReference.h"
 #include "config_flt.h"
 #include "config_flt.h"
 
 
-#include <indent.h>
-#include <datagramIterator.h>
+#include "dcast.h"
+#include "indent.h"
+#include "datagramIterator.h"
 
 
 #include <assert.h>
 #include <assert.h>
 
 

+ 3 - 2
pandatool/src/flt/fltRecordWriter.h

@@ -19,12 +19,13 @@
 #ifndef FLTRECORDWRITER_H
 #ifndef FLTRECORDWRITER_H
 #define FLTRECORDWRITER_H
 #define FLTRECORDWRITER_H
 
 
-#include <pandatoolbase.h>
+#include "pandatoolbase.h"
 
 
 #include "fltOpcode.h"
 #include "fltOpcode.h"
 #include "fltError.h"
 #include "fltError.h"
 
 
-#include <datagram.h>
+#include "datagram.h"
+#include "pset.h"
 
 
 class FltHeader;
 class FltHeader;
 
 

+ 21 - 20
pandatool/src/fltegg/fltToEggConverter.cxx

@@ -18,26 +18,27 @@
 
 
 #include "fltToEggConverter.h"
 #include "fltToEggConverter.h"
 
 
-#include <fltRecord.h>
-#include <fltLOD.h>
-#include <fltGroup.h>
-#include <fltObject.h>
-#include <fltBeadID.h>
-#include <fltBead.h>
-#include <fltFace.h>
-#include <fltVertex.h>
-#include <fltVertexList.h>
-#include <fltExternalReference.h>
-#include <eggData.h>
-#include <eggGroup.h>
-#include <eggSwitchCondition.h>
-#include <eggPrimitive.h>
-#include <eggPolygon.h>
-#include <eggPoint.h>
-#include <eggVertex.h>
-#include <eggVertexPool.h>
-#include <eggExternalReference.h>
-#include <string_utils.h>
+#include "fltRecord.h"
+#include "fltLOD.h"
+#include "fltGroup.h"
+#include "fltObject.h"
+#include "fltBeadID.h"
+#include "fltBead.h"
+#include "fltFace.h"
+#include "fltVertex.h"
+#include "fltVertexList.h"
+#include "fltExternalReference.h"
+#include "dcast.h"
+#include "eggData.h"
+#include "eggGroup.h"
+#include "eggSwitchCondition.h"
+#include "eggPrimitive.h"
+#include "eggPolygon.h"
+#include "eggPoint.h"
+#include "eggVertex.h"
+#include "eggVertexPool.h"
+#include "eggExternalReference.h"
+#include "string_utils.h"
 
 
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////

+ 6 - 5
pandatool/src/fltprogs/fltCopy.cxx

@@ -18,11 +18,12 @@
 
 
 #include "fltCopy.h"
 #include "fltCopy.h"
 
 
-#include <cvsSourceDirectory.h>
-#include <fltHeader.h>
-#include <fltFace.h>
-#include <fltExternalReference.h>
-#include <fltError.h>
+#include "cvsSourceDirectory.h"
+#include "fltHeader.h"
+#include "fltFace.h"
+#include "fltExternalReference.h"
+#include "fltError.h"
+#include "dcast.h"
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 //     Function: FltCopy::Constructor
 //     Function: FltCopy::Constructor

+ 2 - 1
pandatool/src/lwo/lwoBoundingBox.cxx

@@ -19,7 +19,8 @@
 #include "lwoBoundingBox.h"
 #include "lwoBoundingBox.h"
 #include "lwoInputFile.h"
 #include "lwoInputFile.h"
 
 
-#include <indent.h>
+#include "dcast.h"
+#include "indent.h"
 
 
 TypeHandle LwoBoundingBox::_type_handle;
 TypeHandle LwoBoundingBox::_type_handle;
 
 

+ 3 - 1
pandatool/src/lwo/lwoDiscontinuousVertexMap.cxx

@@ -19,7 +19,9 @@
 #include "lwoDiscontinuousVertexMap.h"
 #include "lwoDiscontinuousVertexMap.h"
 #include "lwoInputFile.h"
 #include "lwoInputFile.h"
 
 
-#include <indent.h>
+#include "dcast.h"
+#include "indent.h"
+
 #include <algorithm>
 #include <algorithm>
 
 
 TypeHandle LwoDiscontinuousVertexMap::_type_handle;
 TypeHandle LwoDiscontinuousVertexMap::_type_handle;

+ 2 - 1
pandatool/src/lwo/lwoHeader.cxx

@@ -19,7 +19,8 @@
 #include "lwoHeader.h"
 #include "lwoHeader.h"
 #include "lwoInputFile.h"
 #include "lwoInputFile.h"
 
 
-#include <indent.h>
+#include "dcast.h"
+#include "indent.h"
 
 
 TypeHandle LwoHeader::_type_handle;
 TypeHandle LwoHeader::_type_handle;
 
 

+ 2 - 1
pandatool/src/lwo/lwoLayer.cxx

@@ -19,7 +19,8 @@
 #include "lwoLayer.h"
 #include "lwoLayer.h"
 #include "lwoInputFile.h"
 #include "lwoInputFile.h"
 
 
-#include <indent.h>
+#include "dcast.h"
+#include "indent.h"
 
 
 TypeHandle LwoLayer::_type_handle;
 TypeHandle LwoLayer::_type_handle;
 
 

+ 2 - 1
pandatool/src/lwo/lwoPoints.cxx

@@ -19,7 +19,8 @@
 #include "lwoPoints.h"
 #include "lwoPoints.h"
 #include "lwoInputFile.h"
 #include "lwoInputFile.h"
 
 
-#include <indent.h>
+#include "dcast.h"
+#include "indent.h"
 
 
 TypeHandle LwoPoints::_type_handle;
 TypeHandle LwoPoints::_type_handle;
 
 

+ 2 - 1
pandatool/src/lwo/lwoPolygonTags.cxx

@@ -19,7 +19,8 @@
 #include "lwoPolygonTags.h"
 #include "lwoPolygonTags.h"
 #include "lwoInputFile.h"
 #include "lwoInputFile.h"
 
 
-#include <indent.h>
+#include "dcast.h"
+#include "indent.h"
 
 
 TypeHandle LwoPolygonTags::_type_handle;
 TypeHandle LwoPolygonTags::_type_handle;
 
 

+ 2 - 1
pandatool/src/lwo/lwoPolygons.cxx

@@ -19,7 +19,8 @@
 #include "lwoPolygons.h"
 #include "lwoPolygons.h"
 #include "lwoInputFile.h"
 #include "lwoInputFile.h"
 
 
-#include <indent.h>
+#include "dcast.h"
+#include "indent.h"
 
 
 TypeHandle LwoPolygons::_type_handle;
 TypeHandle LwoPolygons::_type_handle;
 
 

+ 2 - 1
pandatool/src/lwo/lwoStillImage.cxx

@@ -19,7 +19,8 @@
 #include "lwoStillImage.h"
 #include "lwoStillImage.h"
 #include "lwoInputFile.h"
 #include "lwoInputFile.h"
 
 
-#include <indent.h>
+#include "dcast.h"
+#include "indent.h"
 
 
 TypeHandle LwoStillImage::_type_handle;
 TypeHandle LwoStillImage::_type_handle;
 
 

+ 2 - 1
pandatool/src/lwo/lwoSurfaceBlock.cxx

@@ -27,7 +27,8 @@
 #include "lwoSurfaceBlockWrap.h"
 #include "lwoSurfaceBlockWrap.h"
 #include "lwoSurfaceBlockVMapName.h"
 #include "lwoSurfaceBlockVMapName.h"
 
 
-#include <indent.h>
+#include "dcast.h"
+#include "indent.h"
 
 
 TypeHandle LwoSurfaceBlock::_type_handle;
 TypeHandle LwoSurfaceBlock::_type_handle;
 
 

+ 2 - 1
pandatool/src/lwo/lwoSurfaceBlockAxis.cxx

@@ -19,7 +19,8 @@
 #include "lwoSurfaceBlockAxis.h"
 #include "lwoSurfaceBlockAxis.h"
 #include "lwoInputFile.h"
 #include "lwoInputFile.h"
 
 
-#include <indent.h>
+#include "dcast.h"
+#include "indent.h"
 
 
 TypeHandle LwoSurfaceBlockAxis::_type_handle;
 TypeHandle LwoSurfaceBlockAxis::_type_handle;
 
 

+ 2 - 1
pandatool/src/lwo/lwoSurfaceBlockChannel.cxx

@@ -19,7 +19,8 @@
 #include "lwoSurfaceBlockChannel.h"
 #include "lwoSurfaceBlockChannel.h"
 #include "lwoInputFile.h"
 #include "lwoInputFile.h"
 
 
-#include <indent.h>
+#include "dcast.h"
+#include "indent.h"
 
 
 TypeHandle LwoSurfaceBlockChannel::_type_handle;
 TypeHandle LwoSurfaceBlockChannel::_type_handle;
 
 

+ 2 - 1
pandatool/src/lwo/lwoSurfaceBlockCoordSys.cxx

@@ -19,7 +19,8 @@
 #include "lwoSurfaceBlockCoordSys.h"
 #include "lwoSurfaceBlockCoordSys.h"
 #include "lwoInputFile.h"
 #include "lwoInputFile.h"
 
 
-#include <indent.h>
+#include "dcast.h"
+#include "indent.h"
 
 
 TypeHandle LwoSurfaceBlockCoordSys::_type_handle;
 TypeHandle LwoSurfaceBlockCoordSys::_type_handle;
 
 

+ 2 - 1
pandatool/src/lwo/lwoSurfaceBlockEnabled.cxx

@@ -19,7 +19,8 @@
 #include "lwoSurfaceBlockEnabled.h"
 #include "lwoSurfaceBlockEnabled.h"
 #include "lwoInputFile.h"
 #include "lwoInputFile.h"
 
 
-#include <indent.h>
+#include "dcast.h"
+#include "indent.h"
 
 
 TypeHandle LwoSurfaceBlockEnabled::_type_handle;
 TypeHandle LwoSurfaceBlockEnabled::_type_handle;
 
 

+ 2 - 1
pandatool/src/lwo/lwoSurfaceBlockHeader.cxx

@@ -23,7 +23,8 @@
 #include "lwoSurfaceBlockOpacity.h"
 #include "lwoSurfaceBlockOpacity.h"
 #include "lwoSurfaceBlockAxis.h"
 #include "lwoSurfaceBlockAxis.h"
 
 
-#include <indent.h>
+#include "dcast.h"
+#include "indent.h"
 
 
 TypeHandle LwoSurfaceBlockHeader::_type_handle;
 TypeHandle LwoSurfaceBlockHeader::_type_handle;
 
 

+ 2 - 1
pandatool/src/lwo/lwoSurfaceBlockImage.cxx

@@ -19,7 +19,8 @@
 #include "lwoSurfaceBlockImage.h"
 #include "lwoSurfaceBlockImage.h"
 #include "lwoInputFile.h"
 #include "lwoInputFile.h"
 
 
-#include <indent.h>
+#include "dcast.h"
+#include "indent.h"
 
 
 TypeHandle LwoSurfaceBlockImage::_type_handle;
 TypeHandle LwoSurfaceBlockImage::_type_handle;
 
 

+ 2 - 1
pandatool/src/lwo/lwoSurfaceBlockOpacity.cxx

@@ -19,7 +19,8 @@
 #include "lwoSurfaceBlockOpacity.h"
 #include "lwoSurfaceBlockOpacity.h"
 #include "lwoInputFile.h"
 #include "lwoInputFile.h"
 
 
-#include <indent.h>
+#include "dcast.h"
+#include "indent.h"
 
 
 TypeHandle LwoSurfaceBlockOpacity::_type_handle;
 TypeHandle LwoSurfaceBlockOpacity::_type_handle;
 
 

+ 2 - 1
pandatool/src/lwo/lwoSurfaceBlockProjection.cxx

@@ -19,7 +19,8 @@
 #include "lwoSurfaceBlockProjection.h"
 #include "lwoSurfaceBlockProjection.h"
 #include "lwoInputFile.h"
 #include "lwoInputFile.h"
 
 
-#include <indent.h>
+#include "dcast.h"
+#include "indent.h"
 
 
 TypeHandle LwoSurfaceBlockProjection::_type_handle;
 TypeHandle LwoSurfaceBlockProjection::_type_handle;
 
 

+ 2 - 1
pandatool/src/lwo/lwoSurfaceBlockRefObj.cxx

@@ -19,7 +19,8 @@
 #include "lwoSurfaceBlockRefObj.h"
 #include "lwoSurfaceBlockRefObj.h"
 #include "lwoInputFile.h"
 #include "lwoInputFile.h"
 
 
-#include <indent.h>
+#include "dcast.h"
+#include "indent.h"
 
 
 TypeHandle LwoSurfaceBlockRefObj::_type_handle;
 TypeHandle LwoSurfaceBlockRefObj::_type_handle;
 
 

+ 2 - 1
pandatool/src/lwo/lwoSurfaceBlockRepeat.cxx

@@ -19,7 +19,8 @@
 #include "lwoSurfaceBlockRepeat.h"
 #include "lwoSurfaceBlockRepeat.h"
 #include "lwoInputFile.h"
 #include "lwoInputFile.h"
 
 
-#include <indent.h>
+#include "dcast.h"
+#include "indent.h"
 
 
 TypeHandle LwoSurfaceBlockRepeat::_type_handle;
 TypeHandle LwoSurfaceBlockRepeat::_type_handle;
 
 

+ 2 - 1
pandatool/src/lwo/lwoSurfaceBlockTMap.cxx

@@ -22,7 +22,8 @@
 #include "lwoSurfaceBlockTransform.h"
 #include "lwoSurfaceBlockTransform.h"
 #include "lwoSurfaceBlockRefObj.h"
 #include "lwoSurfaceBlockRefObj.h"
 
 
-#include <indent.h>
+#include "dcast.h"
+#include "indent.h"
 
 
 TypeHandle LwoSurfaceBlockTMap::_type_handle;
 TypeHandle LwoSurfaceBlockTMap::_type_handle;
 
 

+ 2 - 1
pandatool/src/lwo/lwoSurfaceBlockTransform.cxx

@@ -19,7 +19,8 @@
 #include "lwoSurfaceBlockTransform.h"
 #include "lwoSurfaceBlockTransform.h"
 #include "lwoInputFile.h"
 #include "lwoInputFile.h"
 
 
-#include <indent.h>
+#include "dcast.h"
+#include "indent.h"
 
 
 TypeHandle LwoSurfaceBlockTransform::_type_handle;
 TypeHandle LwoSurfaceBlockTransform::_type_handle;
 
 

+ 2 - 1
pandatool/src/lwo/lwoSurfaceBlockVMapName.cxx

@@ -19,7 +19,8 @@
 #include "lwoSurfaceBlockVMapName.h"
 #include "lwoSurfaceBlockVMapName.h"
 #include "lwoInputFile.h"
 #include "lwoInputFile.h"
 
 
-#include <indent.h>
+#include "dcast.h"
+#include "indent.h"
 
 
 TypeHandle LwoSurfaceBlockVMapName::_type_handle;
 TypeHandle LwoSurfaceBlockVMapName::_type_handle;
 
 

+ 2 - 1
pandatool/src/lwo/lwoSurfaceBlockWrap.cxx

@@ -19,7 +19,8 @@
 #include "lwoSurfaceBlockWrap.h"
 #include "lwoSurfaceBlockWrap.h"
 #include "lwoInputFile.h"
 #include "lwoInputFile.h"
 
 
-#include <indent.h>
+#include "dcast.h"
+#include "indent.h"
 
 
 TypeHandle LwoSurfaceBlockWrap::_type_handle;
 TypeHandle LwoSurfaceBlockWrap::_type_handle;
 
 

+ 2 - 1
pandatool/src/lwo/lwoSurfaceColor.cxx

@@ -19,7 +19,8 @@
 #include "lwoSurfaceColor.h"
 #include "lwoSurfaceColor.h"
 #include "lwoInputFile.h"
 #include "lwoInputFile.h"
 
 
-#include <indent.h>
+#include "dcast.h"
+#include "indent.h"
 
 
 TypeHandle LwoSurfaceColor::_type_handle;
 TypeHandle LwoSurfaceColor::_type_handle;
 
 

+ 2 - 1
pandatool/src/lwo/lwoSurfaceParameter.cxx

@@ -19,7 +19,8 @@
 #include "lwoSurfaceParameter.h"
 #include "lwoSurfaceParameter.h"
 #include "lwoInputFile.h"
 #include "lwoInputFile.h"
 
 
-#include <indent.h>
+#include "dcast.h"
+#include "indent.h"
 
 
 TypeHandle LwoSurfaceParameter::_type_handle;
 TypeHandle LwoSurfaceParameter::_type_handle;
 
 

+ 2 - 1
pandatool/src/lwo/lwoSurfaceSidedness.cxx

@@ -19,7 +19,8 @@
 #include "lwoSurfaceSidedness.h"
 #include "lwoSurfaceSidedness.h"
 #include "lwoInputFile.h"
 #include "lwoInputFile.h"
 
 
-#include <indent.h>
+#include "dcast.h"
+#include "indent.h"
 
 
 TypeHandle LwoSurfaceSidedness::_type_handle;
 TypeHandle LwoSurfaceSidedness::_type_handle;
 
 

+ 3 - 2
pandatool/src/lwo/lwoSurfaceSmoothingAngle.cxx

@@ -19,8 +19,9 @@
 #include "lwoSurfaceSmoothingAngle.h"
 #include "lwoSurfaceSmoothingAngle.h"
 #include "lwoInputFile.h"
 #include "lwoInputFile.h"
 
 
-#include <indent.h>
-#include <deg_2_rad.h>
+#include "dcast.h"
+#include "indent.h"
+#include "deg_2_rad.h"
 
 
 TypeHandle LwoSurfaceSmoothingAngle::_type_handle;
 TypeHandle LwoSurfaceSmoothingAngle::_type_handle;
 
 

+ 2 - 1
pandatool/src/lwo/lwoTags.cxx

@@ -19,7 +19,8 @@
 #include "lwoTags.h"
 #include "lwoTags.h"
 #include "lwoInputFile.h"
 #include "lwoInputFile.h"
 
 
-#include <indent.h>
+#include "dcast.h"
+#include "indent.h"
 
 
 TypeHandle LwoTags::_type_handle;
 TypeHandle LwoTags::_type_handle;
 
 

+ 2 - 1
pandatool/src/lwo/lwoVertexMap.cxx

@@ -19,7 +19,8 @@
 #include "lwoVertexMap.h"
 #include "lwoVertexMap.h"
 #include "lwoInputFile.h"
 #include "lwoInputFile.h"
 
 
-#include <indent.h>
+#include "dcast.h"
+#include "indent.h"
 
 
 TypeHandle LwoVertexMap::_type_handle;
 TypeHandle LwoVertexMap::_type_handle;
 
 

+ 3 - 2
pandatool/src/lwoegg/cLwoClip.cxx

@@ -19,8 +19,9 @@
 #include "cLwoClip.h"
 #include "cLwoClip.h"
 #include "lwoToEggConverter.h"
 #include "lwoToEggConverter.h"
 
 
-#include <lwoClip.h>
-#include <lwoStillImage.h>
+#include "lwoClip.h"
+#include "lwoStillImage.h"
+#include "dcast.h"
 
 
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////

+ 9 - 8
pandatool/src/lwoegg/cLwoSurface.cxx

@@ -21,14 +21,15 @@
 #include "cLwoClip.h"
 #include "cLwoClip.h"
 #include "lwoToEggConverter.h"
 #include "lwoToEggConverter.h"
 
 
-#include <lwoSurfaceColor.h>
-#include <lwoSurfaceParameter.h>
-#include <lwoSurfaceSmoothingAngle.h>
-#include <lwoSurfaceSidedness.h>
-#include <lwoSurfaceBlock.h>
-#include <eggPrimitive.h>
-#include <string_utils.h>
-#include <mathNumbers.h>
+#include "lwoSurfaceColor.h"
+#include "lwoSurfaceParameter.h"
+#include "lwoSurfaceSmoothingAngle.h"
+#include "lwoSurfaceSidedness.h"
+#include "lwoSurfaceBlock.h"
+#include "eggPrimitive.h"
+#include "string_utils.h"
+#include "mathNumbers.h"
+#include "dcast.h"
 
 
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////

+ 6 - 5
pandatool/src/lwoegg/cLwoSurfaceBlock.cxx

@@ -20,11 +20,12 @@
 #include "cLwoSurfaceBlockTMap.h"
 #include "cLwoSurfaceBlockTMap.h"
 #include "lwoToEggConverter.h"
 #include "lwoToEggConverter.h"
 
 
-#include <lwoSurfaceBlockChannel.h>
-#include <lwoSurfaceBlockEnabled.h>
-#include <lwoSurfaceBlockImage.h>
-#include <lwoSurfaceBlockRepeat.h>
-#include <lwoSurfaceBlockVMapName.h>
+#include "lwoSurfaceBlockChannel.h"
+#include "lwoSurfaceBlockEnabled.h"
+#include "lwoSurfaceBlockImage.h"
+#include "lwoSurfaceBlockRepeat.h"
+#include "lwoSurfaceBlockVMapName.h"
+#include "dcast.h"
 
 
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////

+ 4 - 3
pandatool/src/lwoegg/cLwoSurfaceBlockTMap.cxx

@@ -19,9 +19,10 @@
 #include "cLwoSurfaceBlockTMap.h"
 #include "cLwoSurfaceBlockTMap.h"
 #include "lwoToEggConverter.h"
 #include "lwoToEggConverter.h"
 
 
-#include <lwoSurfaceBlockTransform.h>
-#include <lwoSurfaceBlockRefObj.h>
-#include <compose_matrix.h>
+#include "lwoSurfaceBlockTransform.h"
+#include "lwoSurfaceBlockRefObj.h"
+#include "compose_matrix.h"
+#include "dcast.h"
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 //     Function: CLwoSurfaceBlockTMap::Constructor
 //     Function: CLwoSurfaceBlockTMap::Constructor

+ 12 - 11
pandatool/src/lwoegg/lwoToEggConverter.cxx

@@ -23,17 +23,18 @@
 #include "cLwoPolygons.h"
 #include "cLwoPolygons.h"
 #include "cLwoSurface.h"
 #include "cLwoSurface.h"
 
 
-#include <eggData.h>
-#include <lwoHeader.h>
-#include <lwoLayer.h>
-#include <lwoClip.h>
-#include <lwoPoints.h>
-#include <lwoPolygons.h>
-#include <lwoVertexMap.h>
-#include <lwoDiscontinuousVertexMap.h>
-#include <lwoTags.h>
-#include <lwoPolygonTags.h>
-#include <lwoInputFile.h>
+#include "eggData.h"
+#include "lwoHeader.h"
+#include "lwoLayer.h"
+#include "lwoClip.h"
+#include "lwoPoints.h"
+#include "lwoPolygons.h"
+#include "lwoVertexMap.h"
+#include "lwoDiscontinuousVertexMap.h"
+#include "lwoTags.h"
+#include "lwoPolygonTags.h"
+#include "lwoInputFile.h"
+#include "dcast.h"
 
 
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////

+ 5 - 4
pandatool/src/pstatserver/pStatView.cxx

@@ -18,12 +18,13 @@
 
 
 #include "pStatView.h"
 #include "pStatView.h"
 
 
-#include <pStatFrameData.h>
-#include <pStatCollectorDef.h>
-#include <vector_int.h>
+#include "pStatFrameData.h"
+#include "pStatCollectorDef.h"
+#include "vector_int.h"
+#include "plist.h"
+#include "pset.h"
 
 
 #include <algorithm>
 #include <algorithm>
-#include "plist.h"
 
 
 
 
 
 

+ 1 - 0
pandatool/src/xfile/xFileToEggConverter.cxx

@@ -27,6 +27,7 @@
 #include "datagram.h"
 #include "datagram.h"
 #include "eggMaterialCollection.h"
 #include "eggMaterialCollection.h"
 #include "eggTextureCollection.h"
 #include "eggTextureCollection.h"
+#include "dcast.h"
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 //     Function: XFileToEggConverter::Constructor
 //     Function: XFileToEggConverter::Constructor