changed includes to use application path

This commit is contained in:
Dave Schuyler 2003-10-28 06:10:41 +00:00
parent 973b561510
commit f8efe985d2
167 changed files with 198 additions and 198 deletions

View File

@ -165,12 +165,12 @@
#include <pandabase.h>
#include "pandabase.h"
#include "builderAttrib.h"
#include "builderBucketNode.h"
#include <pointerTo.h>
#include "pointerTo.h"
#include "pset.h"

View File

@ -35,7 +35,7 @@
//
///////////////////////////////////////////////////////////////////
#include <pandabase.h>
#include "pandabase.h"
#include "builderAttribTempl.h"

View File

@ -18,7 +18,7 @@
#ifndef BUILDERATTRIBTEMPL_H
#define BUILDERATTRIBTEMPL_H
#include <pandabase.h>
#include "pandabase.h"
#include "builderTypes.h"

View File

@ -19,7 +19,7 @@
#ifndef BUILDERBUCKETNODE_H
#define BUILDERBUCKETNODE_H
#include <pandabase.h>
#include "pandabase.h"
#include "builderPrim.h"
#include "builderBucket.h"

View File

@ -18,9 +18,9 @@
#ifndef BUILDERMISC_H
#define BUILDERMISC_H
#include <pandabase.h>
#include "pandabase.h"
#include <luse.h>
#include "luse.h"
////////////////////////////////////////////////////////////////////
// Function: make_random_color

View File

@ -19,7 +19,7 @@
#ifndef BUILDERNORMALVISUALIZER_H
#define BUILDERNORMALVISUALIZER_H
#include <pandabase.h>
#include "pandabase.h"
#include "mesherConfig.h"

View File

@ -19,7 +19,7 @@
#ifndef BUILDERPRIMTEMPL_H
#define BUILDERPRIMTEMPL_H
#include <pandabase.h>
#include "pandabase.h"
#include "builderVertex.h"
#include "builderAttrib.h"

View File

@ -18,7 +18,7 @@
#ifndef BUILDERPROPERTIES_H
#define BUILDERPROPERTIES_H
#include <pandabase.h>
#include "pandabase.h"
#include "builderTypes.h"

View File

@ -47,7 +47,7 @@
//
///////////////////////////////////////////////////////////////////
#include <pandabase.h>
#include "pandabase.h"
#include "builderAttrib.h"
#include "builderVertexTempl.h"

View File

@ -19,12 +19,12 @@
#include <geom.h>
#include <geomNode.h>
#include "plist.h"
#include <luse.h>
#include "luse.h"
#include "pmap.h"
#include <math.h>
#include <namedNode.h>
#include <notify.h>
#include <pandabase.h>
#include "pandabase.h"
#include <pta_Colorf.h>
#include <pta_Normalf.h>
#include <pta_TexCoordf.h>

View File

@ -19,7 +19,7 @@
#ifndef CONFIG_BUILDER_H
#define CONFIG_BUILDER_H
#include <pandabase.h>
#include "pandabase.h"
#include <notifyCategoryProxy.h>
NotifyCategoryDecl(builder, EXPCL_PANDAEGG, EXPTP_PANDAEGG);

View File

@ -21,7 +21,7 @@
#ifdef SUPPORT_FANS
#include <pandabase.h>
#include "pandabase.h"
#include "mesherConfig.h"
#include "builderAttrib.h"

View File

@ -19,12 +19,12 @@
#ifndef ANIMCHANNELBASE_H
#define ANIMCHANNELBASE_H
#include <pandabase.h>
#include "pandabase.h"
#include "animGroup.h"
#include "animControl.h"
#include <pointerTo.h>
#include "pointerTo.h"
////////////////////////////////////////////////////////////////////
// Class : AnimChannelBase

View File

@ -19,7 +19,7 @@
#ifndef ANIMCONTROL_H
#define ANIMCONTROL_H
#include <pandabase.h>
#include "pandabase.h"
#include "animBundle.h"
#include "partGroup.h"

View File

@ -19,7 +19,7 @@
#ifndef ANIMCONTROLCOLLECTION_H
#define ANIMCONTROLCOLLECTION_H
#include <pandabase.h>
#include "pandabase.h"
#include "animControl.h"

View File

@ -19,7 +19,7 @@
#ifndef AUTO_BIND_H
#define AUTO_BIND_H
#include <pandabase.h>
#include "pandabase.h"
#include "animControl.h"
#include "animControlCollection.h"

View File

@ -19,7 +19,7 @@
#ifndef CONFIG_CHAN_H
#define CONFIG_CHAN_H
#include <pandabase.h>
#include "pandabase.h"
#include <notifyCategoryProxy.h>
// Configure variables for chan package.

View File

@ -19,7 +19,7 @@
#ifndef MOVINGPARTSCALAR_H
#define MOVINGPARTSCALAR_H
#include <pandabase.h>
#include "pandabase.h"
#include "movingPart.h"
#include "animChannel.h"

View File

@ -19,7 +19,7 @@
#ifndef CONFIG_GLGSG_H
#define CONFIG_GLGSG_H
#include <pandabase.h>
#include "pandabase.h"
#include <notifyCategoryProxy.h>
NotifyCategoryDecl(crgsg, EXPCL_PANDACR, EXPTP_PANDACR);

View File

@ -19,7 +19,7 @@
#ifndef CRGEOMNODECONTEXT_H
#define CRGEOMNODECONTEXT_H
#include <pandabase.h>
#include "pandabase.h"
#ifdef WIN32_VC
// Must include windows.h before gl.h on NT

View File

@ -19,7 +19,7 @@
#ifndef CRSAVEDFRAMEBUFFER_H
#define CRSAVEDFRAMEBUFFER_H
#include <pandabase.h>
#include "pandabase.h"
#include <savedFrameBuffer.h>
#include <texture.h>

View File

@ -19,7 +19,7 @@
#ifndef CRTEXTURECONTEXT_H
#define CRTEXTURECONTEXT_H
#include <pandabase.h>
#include "pandabase.h"
#ifdef WIN32_VC
// Must include windows.h before gl.h on NT

View File

@ -19,7 +19,7 @@
#ifndef CLIENTANALOGDEVICE_H
#define CLIENTANALOGDEVICE_H
#include <pandabase.h>
#include "pandabase.h"
#include "clientDevice.h"

View File

@ -19,7 +19,7 @@
#ifndef CLIENTDEVICE_H
#define CLIENTDEVICE_H
#include <pandabase.h>
#include "pandabase.h"
#include <typedReferenceCount.h>

View File

@ -19,7 +19,7 @@
#ifndef CLIENTDIALDEVICE_H
#define CLIENTDIALDEVICE_H
#include <pandabase.h>
#include "pandabase.h"
#include "clientDevice.h"

View File

@ -19,7 +19,7 @@
#ifndef CLIENTTRACKERDEVICE_H
#define CLIENTTRACKERDEVICE_H
#include <pandabase.h>
#include "pandabase.h"
#include "clientDevice.h"
#include "trackerData.h"

View File

@ -19,7 +19,7 @@
#ifndef CONFIG_DEVICE_H
#define CONFIG_DEVICE_H
#include <pandabase.h>
#include "pandabase.h"
#include <notifyCategoryProxy.h>
NotifyCategoryDecl(device, EXPCL_PANDA, EXPTP_PANDA);

View File

@ -19,8 +19,8 @@
#ifndef TRACKERDATA_H
#define TRACKERDATA_H
#include <pandabase.h>
#include <luse.h>
#include "pandabase.h"
#include "luse.h"
////////////////////////////////////////////////////////////////////
// Class : TrackerData

View File

@ -19,7 +19,7 @@
#ifndef CONFIG_DGRAPH_H
#define CONFIG_DGRAPH_H
#include <pandabase.h>
#include "pandabase.h"
#include <notifyCategoryProxy.h>

View File

@ -19,7 +19,7 @@
#ifndef CONFIG_DISPLAY_H
#define CONFIG_DISPLAY_H
#include <pandabase.h>
#include "pandabase.h"
#include <notifyCategoryProxy.h>
#include <dconfig.h>

View File

@ -19,7 +19,7 @@
#ifndef DISPLAYREGIONSTACK_H
#define DISPLAYREGIONSTACK_H
#include <pandabase.h>
#include "pandabase.h"
#include "displayRegion.h"

View File

@ -19,7 +19,7 @@
#ifndef FRAMEBUFFERSTACK_H
#define FRAMEBUFFERSTACK_H
#include <pandabase.h>
#include "pandabase.h"
#include "savedFrameBuffer.h"

View File

@ -19,7 +19,7 @@
#ifndef GEOMCONTEXT_H
#define GEOMCONTEXT_H
#include <pandabase.h>
#include "pandabase.h"
#include "savedContext.h"

View File

@ -19,7 +19,7 @@
#ifndef GEOMNODECONTEXT_H
#define GEOMNODECONTEXT_H
#include <pandabase.h>
#include "pandabase.h"
#include "savedContext.h"

View File

@ -21,7 +21,7 @@
////////////////////////////////////////////////////////////////////
// Includes
////////////////////////////////////////////////////////////////////
#include <pandabase.h>
#include "pandabase.h"
#include "graphicsChannel.h"

View File

@ -19,7 +19,7 @@
#ifndef LENSSTACK_H
#define LENSSTACK_H
#include <pandabase.h>
#include "pandabase.h"
#include "lens.h"

View File

@ -19,13 +19,13 @@
#ifndef SAVEDFRAMEBUFFER_H
#define SAVEDFRAMEBUFFER_H
#include <pandabase.h>
#include "pandabase.h"
#include "renderBuffer.h"
#include "displayRegion.h"
#include <typedReferenceCount.h>
#include <pointerTo.h>
#include "pointerTo.h"
////////////////////////////////////////////////////////////////////
// Class : SavedFrameBuffer

View File

@ -21,7 +21,7 @@
////////////////////////////////////////////////////////////////////
// Includes
////////////////////////////////////////////////////////////////////
#include <pandabase.h>
#include "pandabase.h"
#include <notify.h>
#include <typedef.h>

View File

@ -19,7 +19,7 @@
#ifndef MULTIPLEXSTREAM_H
#define MULTIPLEXSTREAM_H
#include <pandabase.h>
#include "pandabase.h"
#include "multiplexStreamBuf.h"

View File

@ -19,7 +19,7 @@
#ifndef MULTIPLEXSTREAMBUF_H
#define MULTIPLEXSTREAMBUF_H
#include <pandabase.h>
#include "pandabase.h"
#ifdef OLD_HAVE_IPC
#include <ipc_mutex.h>

View File

@ -16,7 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#include <pandabase.h>
#include "pandabase.h"
#ifndef HAVE_GETOPT
#include <gnu_getopt.h>
#else

View File

@ -19,7 +19,7 @@
#ifndef CONFIG_DXGSG7_H
#define CONFIG_DXGSG7_H
#include <pandabase.h>
#include "pandabase.h"
#include <notifyCategoryProxy.h>
NotifyCategoryDecl(dxgsg7, EXPCL_PANDADX, EXPTP_PANDADX);

View File

@ -19,7 +19,7 @@
#ifndef DXSAVEDFRAMEBUFFER7_H
#define DXSAVEDFRAMEBUFFER7_H
#include <pandabase.h>
#include "pandabase.h"
#include <savedFrameBuffer.h>
#include <texture.h>

View File

@ -19,7 +19,7 @@
#ifndef DXSAVEDFRAMEBUFFER8_H
#define DXSAVEDFRAMEBUFFER8_H
#include <pandabase.h>
#include "pandabase.h"
#include <savedFrameBuffer.h>
#include <texture.h>

View File

@ -20,7 +20,7 @@
#ifndef CONFIG_EFFECTS_H
#define CONFIG_EFFECTS_H
#include <pandabase.h>
#include "pandabase.h"
#include <notifyCategoryProxy.h>
NotifyCategoryDecl(effects, EXPCL_PANDAFX, EXPTP_PANDAFX);

View File

@ -21,11 +21,11 @@
#ifndef LENSFLARENODE_H
#define LENSFLARENODE_H
#include <pandabase.h>
#include "pandabase.h"
#include <namedNode.h>
#include <texture.h>
#include <luse.h>
#include "luse.h"
#include <pta_Colorf.h>
#include <pta_float.h>
#include <renderRelation.h>

View File

@ -24,9 +24,9 @@
#include "eggPrimitive.h"
#include <indent.h>
#include <luse.h>
#include "luse.h"
#include <lmatrix.h>
#include <pandabase.h>
#include "pandabase.h"
#include <math.h>
#include <algorithm>

View File

@ -19,7 +19,7 @@
#ifndef LEXER_H
#define LEXER_H
#include <pandabase.h>
#include "pandabase.h"
#include <typedef.h>

View File

@ -19,11 +19,11 @@
#ifndef PARSER_H
#define PARSER_H
#include <pandabase.h>
#include "pandabase.h"
#include "eggObject.h"
#include <pointerTo.h>
#include "pointerTo.h"
#include <pointerToArray.h>
#include <pta_double.h>

View File

@ -19,10 +19,10 @@
#ifndef PT_EGGMATERIAL_H
#define PT_EGGMATERIAL_H
#include <pandabase.h>
#include "pandabase.h"
#include "eggMaterial.h"
#include <pointerTo.h>
#include "pointerTo.h"
////////////////////////////////////////////////////////////////////
// Class : PT_EggMaterial

View File

@ -19,10 +19,10 @@
#ifndef PT_EGGTEXTURE_H
#define PT_EGGTEXTURE_H
#include <pandabase.h>
#include "pandabase.h"
#include "eggTexture.h"
#include <pointerTo.h>
#include "pointerTo.h"
////////////////////////////////////////////////////////////////////
// Class : PT_EggTexture

View File

@ -19,10 +19,10 @@
#ifndef PT_EGGVERTEX_H
#define PT_EGGVERTEX_H
#include <pandabase.h>
#include "pandabase.h"
#include "eggVertex.h"
#include <pointerTo.h>
#include "pointerTo.h"
////////////////////////////////////////////////////////////////////
// Class : PT_EggVertex

View File

@ -19,7 +19,7 @@
#ifndef CONFIG_EVENT_H
#define CONFIG_EVENT_H
#include <pandabase.h>
#include "pandabase.h"
#include <notifyCategoryProxy.h>

View File

@ -19,7 +19,7 @@
#ifndef EVENT_H
#define EVENT_H
#include <pandabase.h>
#include "pandabase.h"
#include "eventParameter.h"

View File

@ -19,7 +19,7 @@
#ifndef EVENTHANDLER_H
#define EVENTHANDLER_H
#include <pandabase.h>
#include "pandabase.h"
#include "event.h"
#include "pt_Event.h"

View File

@ -19,7 +19,7 @@
#ifndef EVENTQUEUE_H
#define EVENTQUEUE_H
#include <pandabase.h>
#include "pandabase.h"
#include "event.h"
#include "pt_Event.h"

View File

@ -19,7 +19,7 @@
#ifndef EVENTRECEIVER_H
#define EVENTRECEIVER_H
#include <pandabase.h>
#include "pandabase.h"
#include <typedObject.h>

View File

@ -19,11 +19,11 @@
#ifndef PT_EVENT_H
#define PT_EVENT_H
#include <pandabase.h>
#include "pandabase.h"
#include "event.h"
#include <pointerTo.h>
#include "pointerTo.h"
////////////////////////////////////////////////////////////////////
// Class : PT_Event

View File

@ -19,7 +19,7 @@
#ifndef BIGENDIAN_H
#define BIGENDIAN_H
#include <pandabase.h>
#include "pandabase.h"
#include "numeric_types.h"
#include "nativeNumericData.h"

View File

@ -19,7 +19,7 @@
#ifndef CHECKSUMHASHGENERATOR_H
#define CHECKSUMHASHGENERATOR_H
#include <pandabase.h>
#include "pandabase.h"
#include "hashGeneratorBase.h"

View File

@ -16,7 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#include <pandabase.h>
#include "pandabase.h"
#include "config_express.h"

View File

@ -19,7 +19,7 @@
#ifndef CIRCBUFFER_H
#define CIRCBUFFER_H
#include <pandabase.h>
#include "pandabase.h"
////////////////////////////////////////////////////////////////////
// Class : CircBuffer

View File

@ -19,7 +19,7 @@
#ifndef CLOCKOBJECT_H
#define CLOCKOBJECT_H
#include <pandabase.h>
#include "pandabase.h"
#include "trueClock.h"
#include "config_express.h"

View File

@ -17,7 +17,7 @@
////////////////////////////////////////////////////////////////////
#include <pandabase.h>
#include "pandabase.h"
#include "datagramGenerator.h"

View File

@ -19,7 +19,7 @@
#ifndef DATAGRAMGENERATOR_H
#define DATAGRAMGENERATOR_H
#include <pandabase.h>
#include "pandabase.h"
#include "datagram.h"

View File

@ -19,7 +19,7 @@
#ifndef DATAGRAMITERATOR_H
#define DATAGRAMITERATOR_H
#include <pandabase.h>
#include "pandabase.h"
#include "datagram.h"
#include "numeric_types.h"

View File

@ -19,7 +19,7 @@
#ifndef DATAGRAMSINK_H
#define DATAGRAMSINK_H
#include <pandabase.h>
#include "pandabase.h"
#include "datagram.h"

View File

@ -19,7 +19,7 @@
#ifndef ERROR_UTILS_H
#define ERROR_UTILS_H
#include <pandabase.h>
#include "pandabase.h"
#include "typedef.h"
BEGIN_PUBLISH

View File

@ -16,7 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#include <pandabase.h>
#include "pandabase.h"
#include <errno.h>
#include <stdio.h>
#include <notify.h>

View File

@ -19,7 +19,7 @@
#ifndef GET_CONFIG_PATH_H
#define GET_CONFIG_PATH_H
#include <pandabase.h>
#include "pandabase.h"
#include <dSearchPath.h>

View File

@ -19,7 +19,7 @@
#ifndef HASHGENERATORBASE_H
#define HASHGENERATORBASE_H
#include <pandabase.h>
#include "pandabase.h"
////////////////////////////////////////////////////////////////////
// Class : HashGeneratorBase

View File

@ -19,7 +19,7 @@
#ifndef INDENT_H
#define INDENT_H
#include <pandabase.h>
#include "pandabase.h"
////////////////////////////////////////////////////////////////////
// Function: indent

View File

@ -19,7 +19,7 @@
#ifndef NAMABLE_H
#define NAMABLE_H
#include <pandabase.h>
#include "pandabase.h"
#include "typedObject.h"
#include <string>

View File

@ -68,7 +68,7 @@
//
////////////////////////////////////////////////////////////////////
#include <pandabase.h>
#include "pandabase.h"
#include "referenceCount.h"
#include "pointerTo.h"

View File

@ -19,7 +19,7 @@
#ifndef PTA_UCHAR_H
#define PTA_UCHAR_H
#include <pandabase.h>
#include "pandabase.h"
#include "pointerToArray.h"
#include "vector_uchar.h"

View File

@ -19,7 +19,7 @@
#ifndef REFERENCECOUNT_H
#define REFERENCECOUNT_H
#include <pandabase.h>
#include "pandabase.h"
#include "typedObject.h"
#include "memoryUsage.h"

View File

@ -19,7 +19,7 @@
#ifndef REVERSEDNUMERICDATA_H
#define REVERSEDNUMERICDATA_H
#include <pandabase.h>
#include "pandabase.h"
#include <string.h> // for memcpy()

View File

@ -19,7 +19,7 @@
#ifndef TRUECLOCK_H
#define TRUECLOCK_H
#include <pandabase.h>
#include "pandabase.h"
#include "typedef.h"
////////////////////////////////////////////////////////////////////

View File

@ -19,7 +19,7 @@
#ifndef TYPEDREFERENCECOUNT_H
#define TYPEDREFERENCECOUNT_H
#include <pandabase.h>
#include "pandabase.h"
#include "typedObject.h"
#include "referenceCount.h"

View File

@ -19,7 +19,7 @@
#ifndef CONFIG_GLGSG_H
#define CONFIG_GLGSG_H
#include <pandabase.h>
#include "pandabase.h"
#include <notifyCategoryProxy.h>
NotifyCategoryDecl(glgsg, EXPCL_PANDAGL, EXPTP_PANDAGL);

View File

@ -19,7 +19,7 @@
#ifndef GLSAVEDFRAMEBUFFER_H
#define GLSAVEDFRAMEBUFFER_H
#include <pandabase.h>
#include "pandabase.h"
#include <savedFrameBuffer.h>
#include <texture.h>

View File

@ -19,7 +19,7 @@
#ifndef GLTEXTURECONTEXT_H
#define GLTEXTURECONTEXT_H
#include <pandabase.h>
#include "pandabase.h"
#ifdef WIN32_VC
// Must include windows.h before gl.h on NT

View File

@ -19,7 +19,7 @@
#ifndef __CONFIG_GLXDISPLAY_H__
#define __CONFIG_GLXDISPLAY_H__
#include <pandabase.h>
#include "pandabase.h"
#include <notifyCategoryProxy.h>
NotifyCategoryDecl(glxdisplay, EXPCL_PANDAGL, EXPTP_PANDAGL);

View File

@ -19,7 +19,7 @@
#ifndef GEOMSPHERE_H
#define GEOMSPHERE_H
#include <pandabase.h>
#include "pandabase.h"
#include "geom.h"

View File

@ -16,7 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#include <pandabase.h>
#include "pandabase.h"
#include "material.h"
#include <indent.h>

View File

@ -21,10 +21,10 @@
////////////////////////////////////////////////////////////////////
// Includes
////////////////////////////////////////////////////////////////////
#include <pandabase.h>
#include "pandabase.h"
#include <typedWritableReferenceCount.h>
#include <luse.h>
#include "luse.h"
////////////////////////////////////////////////////////////////////
// Class : Material

View File

@ -19,12 +19,12 @@
#ifndef MATERIALPOOL_H
#define MATERIALPOOL_H
#include <pandabase.h>
#include "pandabase.h"
#include "material.h"
#include <indirectCompareTo.h>
#include <pointerTo.h>
#include "pointerTo.h"
#include "pset.h"

View File

@ -19,7 +19,7 @@
#ifndef SAVEDCONTEXT_H
#define SAVEDCONTEXT_H
#include <pandabase.h>
#include "pandabase.h"
#include <typedObject.h>

View File

@ -19,7 +19,7 @@
#ifndef CONFIG_GRUTIL_H
#define CONFIG_GRUTIL_H
#include <pandabase.h>
#include "pandabase.h"
#include <notifyCategoryProxy.h>
NotifyCategoryDecl(grutil, EXPCL_PANDA, EXPTP_PANDA);

View File

@ -19,7 +19,7 @@
#ifndef __CONFIG_LERP_H__
#define __CONFIG_LERP_H__
#include <pandabase.h>
#include "pandabase.h"
#include <dconfig.h>
#include <notifyCategoryProxy.h>

View File

@ -19,7 +19,7 @@
#ifndef __LERP_H__
#define __LERP_H__
#include <pandabase.h>
#include "pandabase.h"
#include "lerpfunctor.h"
#include "lerpblend.h"

View File

@ -19,7 +19,7 @@
#ifndef __LERPBLEND_H__
#define __LERPBLEND_H__
#include <pandabase.h>
#include "pandabase.h"
#include <typedReferenceCount.h>
class EXPCL_PANDA LerpBlendType : public TypedReferenceCount {

View File

@ -19,7 +19,7 @@
#ifndef __LERPFUNCTOR_H__
#define __LERPFUNCTOR_H__
#include <pandabase.h>
#include "pandabase.h"
#include <typedReferenceCount.h>
class EXPCL_PANDA LerpFunctor : public TypedReferenceCount {
@ -141,7 +141,7 @@ private:
template <class value>
TypeHandle SimpleQueryLerpFunctor<value>::_type_handle;
#include <luse.h>
#include "luse.h"
EXPORT_TEMPLATE_CLASS(EXPCL_PANDA, EXPTP_PANDA, SimpleLerpFunctor<int>)
EXPORT_TEMPLATE_CLASS(EXPCL_PANDA, EXPTP_PANDA, SimpleLerpFunctor<float>)
@ -192,7 +192,7 @@ typedef SimpleQueryLerpFunctor<LVector3f> LVector3fQueryLerpFunctor;
typedef SimpleQueryLerpFunctor<LVector4f> LVector4fQueryLerpFunctor;
#include "pset.h"
#include <pointerTo.h>
#include "pointerTo.h"
class EXPCL_PANDA MultiLerpFunctor : public LerpFunctor {
private:

View File

@ -19,7 +19,7 @@
#ifndef COORDINATESYSTEM_H
#define COORDINATESYSTEM_H
#include <pandabase.h>
#include "pandabase.h"
#include <typedef.h>

View File

@ -19,7 +19,7 @@
#ifndef DEG_2_RAD_H
#define DEG_2_RAD_H
#include <pandabase.h>
#include "pandabase.h"
#include "mathNumbers.h"

View File

@ -19,7 +19,7 @@
#ifndef _IO_PTA_DATAGRAM_LINMATH
#define _IO_PTA_DATAGRAM_LINMATH
#include <pandabase.h>
#include "pandabase.h"
#include "luse.h"
#include "pta_Vertexf.h"

View File

@ -16,7 +16,7 @@
//
////////////////////////////////////////////////////////////////////
#include <pandabase.h>
#include "pandabase.h"
#include "lmatrix.h"
// This tells GCC to explicitly instantiate the templates defined in

View File

@ -19,7 +19,7 @@
#ifndef LMATRIX_H
#define LMATRIX_H
#include <pandabase.h>
#include "pandabase.h"
#include "config_linmath.h"
#include "lmatrix3.h"

View File

@ -19,7 +19,7 @@
#ifndef LMATRIX3_H
#define LMATRIX3_H
#include <pandabase.h>
#include "pandabase.h"
#include <math.h>
#include <typedObject.h>
#include <datagram.h>

View File

@ -19,7 +19,7 @@
#ifndef LMATRIX4_H
#define LMATRIX4_H
#include <pandabase.h>
#include "pandabase.h"
#include <math.h>
#include <typedObject.h>
#include <datagram.h>

Some files were not shown because too many files have changed in this diff Show More