mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
changed include
This commit is contained in:
parent
38e640e946
commit
06a8b7ab51
@ -17,10 +17,8 @@
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "pandabase.h"
|
||||
|
||||
#include "config_express.h"
|
||||
|
||||
#include <notify.h>
|
||||
#include "notify.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Function: CircBuffer::Constructor
|
||||
|
@ -20,7 +20,7 @@
|
||||
#define __LERPFUNCTOR_H__
|
||||
|
||||
#include "pandabase.h"
|
||||
#include <typedReferenceCount.h>
|
||||
#include "typedReferenceCount.h"
|
||||
|
||||
class EXPCL_PANDA LerpFunctor : public TypedReferenceCount {
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user