speedtree: Change pandabase.h includes to contribbase.h (see #990)

This commit is contained in:
rdb 2020-09-01 08:58:54 +02:00
parent d547225a55
commit 5a6e501297
9 changed files with 9 additions and 9 deletions

View File

@ -14,7 +14,7 @@
#ifndef CONFIG_SPEEDTREE_H
#define CONFIG_SPEEDTREE_H
#include "pandabase.h"
#include "contribbase.h"
#include "notifyCategoryProxy.h"
#include "configVariableBool.h"
#include "configVariableDouble.h"

View File

@ -14,7 +14,7 @@
#ifndef LOADERFILETYPESRT_H
#define LOADERFILETYPESRT_H
#include "pandabase.h"
#include "contribbase.h"
#include "loaderFileType.h"

View File

@ -14,7 +14,7 @@
#ifndef LOADERFILETYPESTF_H
#define LOADERFILETYPESTF_H
#include "pandabase.h"
#include "contribbase.h"
#include "loaderFileType.h"

View File

@ -11,7 +11,7 @@
* @date 2009-03-13
*/
#include "pandabase.h"
#include "contribbase.h"
#include "speedTreeNode.h"
#include "stBasicTerrain.h"
#include "virtualFileSystem.h"

View File

@ -14,7 +14,7 @@
#ifndef SPEEDTREENODE_H
#define SPEEDTREENODE_H
#include "pandabase.h"
#include "contribbase.h"
#include "pandaNode.h"
#include "pointerTo.h"
#include "stTree.h"

View File

@ -14,7 +14,7 @@
#ifndef STBASICTERRAIN_H
#define STBASICTERRAIN_H
#include "pandabase.h"
#include "contribbase.h"
#include "stTerrain.h"
#include "luse.h"
#include "pvector.h"

View File

@ -14,7 +14,7 @@
#ifndef STTERRAIN_H
#define STTERRAIN_H
#include "pandabase.h"
#include "contribbase.h"
#include "typedReferenceCount.h"
#include "namable.h"
#include "geomVertexData.h"

View File

@ -14,7 +14,7 @@
#ifndef STTRANSFORM_H
#define STTRANSFORM_H
#include "pandabase.h"
#include "contribbase.h"
#include "transformState.h"
#include "speedtree_api.h"
#include "deg_2_rad.h"

View File

@ -14,7 +14,7 @@
#ifndef STTREE_H
#define STTREE_H
#include "pandabase.h"
#include "contribbase.h"
#include "typedReferenceCount.h"
#include "namable.h"
#include "speedtree_api.h"