changed include

This commit is contained in:
Dave Schuyler 2004-01-28 00:12:32 +00:00
parent 38e640e946
commit 06a8b7ab51
2 changed files with 2 additions and 4 deletions

View File

@ -17,10 +17,8 @@
////////////////////////////////////////////////////////////////////
#include "pandabase.h"
#include "config_express.h"
#include <notify.h>
#include "notify.h"
////////////////////////////////////////////////////////////////////
// Function: CircBuffer::Constructor

View File

@ -20,7 +20,7 @@
#define __LERPFUNCTOR_H__
#include "pandabase.h"
#include <typedReferenceCount.h>
#include "typedReferenceCount.h"
class EXPCL_PANDA LerpFunctor : public TypedReferenceCount {
public: